From d623aa679fab98e7ea2b4b35642e2bada259cc80 Mon Sep 17 00:00:00 2001 From: tophf Date: Fri, 4 Mar 2022 08:10:21 +0300 Subject: [PATCH] properly update hash when closing UI, part 2 for the history log --- manage/updater-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage/updater-ui.js b/manage/updater-ui.js index f4edce34..290a19c3 100644 --- a/manage/updater-ui.js +++ b/manage/updater-ui.js @@ -228,7 +228,7 @@ async function showUpdateHistory(show, el, selector) { API.updater.getStates(), ]); const logText = lines.join('\n'); - messageBoxProxy.show({ + await messageBoxProxy.show({ title: t('updateCheckHistory'), className: 'center-dialog', contents: log,