Remove all IndexedDB migration code
This commit is contained in:
parent
752cd75c54
commit
464c814a95
22 changed files with 69 additions and 1673 deletions
3
main.js
3
main.js
|
@ -1095,6 +1095,9 @@ ipc.on('restart', () => {
|
|||
app.relaunch();
|
||||
app.quit();
|
||||
});
|
||||
ipc.on('shutdown', () => {
|
||||
app.quit();
|
||||
});
|
||||
|
||||
ipc.on('set-auto-hide-menu-bar', (event, autoHide) => {
|
||||
if (mainWindow) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue