properly update hash when closing UI, part 2
for the history log
This commit is contained in:
parent
9e009726c5
commit
d623aa679f
|
@ -228,7 +228,7 @@ async function showUpdateHistory(show, el, selector) {
|
||||||
API.updater.getStates(),
|
API.updater.getStates(),
|
||||||
]);
|
]);
|
||||||
const logText = lines.join('\n');
|
const logText = lines.join('\n');
|
||||||
messageBoxProxy.show({
|
await messageBoxProxy.show({
|
||||||
title: t('updateCheckHistory'),
|
title: t('updateCheckHistory'),
|
||||||
className: 'center-dialog',
|
className: 'center-dialog',
|
||||||
contents: log,
|
contents: log,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user