mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 01:26:01 +00:00
messages
This commit is contained in:
@@ -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');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user