mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Fix error on electron close
This commit is contained in:
@@ -86,10 +86,6 @@ export const useVrcxStore = defineStore('Vrcx', () => {
|
||||
state.windowState = newState.windowState;
|
||||
debounce(saveVRCXWindowOption, 300)();
|
||||
});
|
||||
|
||||
// window.electron.onWindowClosed((event) => {
|
||||
// window.$app.saveVRCXWindowOption();
|
||||
// });
|
||||
}
|
||||
|
||||
state.databaseVersion = await configRepository.getInt(
|
||||
|
||||
Reference in New Issue
Block a user