Remove unnecessary methods on window
This commit is contained in:
parent
af40ceda6c
commit
ce9a52dde3
1 changed files with 0 additions and 4 deletions
|
@ -74,10 +74,6 @@ window.restart = () => {
|
|||
ipc.send('restart');
|
||||
};
|
||||
|
||||
window.setMediaPermissions = enabled =>
|
||||
ipc.send('set-media-permissions', enabled);
|
||||
window.getMediaPermissions = () => ipc.sendSync('get-media-permissions');
|
||||
|
||||
window.closeAbout = () => ipc.send('close-about');
|
||||
|
||||
window.updateTrayIcon = unreadCount =>
|
||||
|
|
Loading…
Add table
Reference in a new issue