mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 22:27:42 +02:00
reload prefs when plugin updater is closed
This commit is contained in:
parent
de63e3799a
commit
15f9cb708e
@ -330,6 +330,9 @@ const Helpers = {
|
||||
|
||||
const dialog = new fox.SingleUseDialog({
|
||||
title: __("Plugin Updater"),
|
||||
execute: function() {
|
||||
Helpers.Prefs.refresh();
|
||||
},
|
||||
content: `
|
||||
<ul class="panel panel-scrollable update-results">
|
||||
<li>${__("Loading, please wait...")}</li>
|
||||
|
Loading…
Reference in New Issue
Block a user