Open separate windows with theme, update settings theme on change
This commit is contained in:
parent
d014fa779e
commit
d8e5e5fcf2
10 changed files with 38 additions and 14 deletions
|
@ -70,10 +70,6 @@ window.closeAbout = () => ipc.send('close-about');
|
|||
window.updateTrayIcon = unreadCount =>
|
||||
ipc.send('update-tray-icon', unreadCount);
|
||||
|
||||
ipc.on('debug-log', () => {
|
||||
Whisper.events.trigger('showDebugLog');
|
||||
});
|
||||
|
||||
ipc.on('set-up-with-import', () => {
|
||||
Whisper.events.trigger('setupWithImport');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue