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({
|
const dialog = new fox.SingleUseDialog({
|
||||||
title: __("Plugin Updater"),
|
title: __("Plugin Updater"),
|
||||||
|
execute: function() {
|
||||||
|
Helpers.Prefs.refresh();
|
||||||
|
},
|
||||||
content: `
|
content: `
|
||||||
<ul class="panel panel-scrollable update-results">
|
<ul class="panel panel-scrollable update-results">
|
||||||
<li>${__("Loading, please wait...")}</li>
|
<li>${__("Loading, please wait...")}</li>
|
||||||
|
|
Loading…
Reference in New Issue