Remove all calls to flashFrame()
This commit is contained in:
parent
edf66f7552
commit
ca6f7471f1
3 changed files with 0 additions and 21 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue