mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
darkmode
This commit is contained in:
parent
dfde28d6a8
commit
31e90e2f67
4 changed files with 2 additions and 7 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue