mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Remove all calls to flashFrame()
This commit is contained in:
@@ -90,10 +90,6 @@ window.open = () => null;
|
||||
// eslint-disable-next-line no-eval, no-multi-assign
|
||||
window.eval = global.eval = () => null;
|
||||
|
||||
window.drawAttention = () => {
|
||||
window.log.info('draw attention');
|
||||
ipc.send('draw-attention');
|
||||
};
|
||||
window.showWindow = () => {
|
||||
window.log.info('show window');
|
||||
ipc.send('show-window');
|
||||
|
||||
Reference in New Issue
Block a user