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