mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-09 14:54:10 +01:00
Remove unnecessary methods on window
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user