mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix
This commit is contained in:
parent
628d8eb5dc
commit
fdb5fdfadd
@ -1,3 +1,4 @@
|
||||
import invalidateCommands from '../commands/invalidateCommands';
|
||||
import { appUpdaterActive, appUpdateStatus } from '../stores';
|
||||
import getElectron from './getElectron';
|
||||
import { showSnackbar } from './snackbar';
|
||||
@ -46,5 +47,6 @@ export function initializeAppUpdates() {
|
||||
|
||||
electron.addEventListener('setAppUpdaterActive', (e, error) => {
|
||||
appUpdaterActive.set(true);
|
||||
invalidateCommands();
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user