mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 21:16:00 +00:00
auto close snackbar
This commit is contained in:
@@ -18,6 +18,7 @@ export function initializeAppUpdates() {
|
||||
onClick: () => {
|
||||
electron.send('downloadUpdate');
|
||||
},
|
||||
autoClose: true,
|
||||
},
|
||||
],
|
||||
});
|
||||
@@ -37,6 +38,7 @@ export function initializeAppUpdates() {
|
||||
onClick: () => {
|
||||
electron.send('applyUpdate');
|
||||
},
|
||||
autoClose: true,
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user