properly update hash when closing UI, part 2

for the history log
This commit is contained in:
tophf 2022-03-04 08:10:21 +03:00
parent 9e009726c5
commit d623aa679f

View File

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