1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00
This commit is contained in:
Andrew Simachev 2021-03-07 12:05:56 +03:00
parent dfde28d6a8
commit 31e90e2f67
4 changed files with 2 additions and 7 deletions

View file

@ -315,10 +315,6 @@ function createWindow () {
send.apply(this, args);
});
ipcMain.handle('dark-mode:system', () => {
nativeTheme.themeSource = 'system';
});
ipcMain.on('winCommand', (e, cmd) => {
switch (cmd) {
case 'menu':