reload prefs when plugin updater is closed

This commit is contained in:
Andrew Dolgov 2021-02-27 17:32:41 +03:00
parent de63e3799a
commit 15f9cb708e
1 changed files with 3 additions and 0 deletions

View File

@ -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>