This commit is contained in:
SPRINX0\prochazka 2024-09-10 09:11:04 +02:00
parent f1ad4e190a
commit a74f6db1e0

View File

@ -31,11 +31,11 @@ export function initializeAppUpdates() {
electron.addEventListener('downloaded-new-version', (e, version) => {
showSnackbar({
message: `New version ${version} downloaded`,
message: `New version ${version} downloaded. Update will be installed after app restart.`,
allowClose: true,
buttons: [
{
label: 'Restart',
label: 'Restart DbGate',
onClick: () => {
electron.send('applyUpdate');
},