bug hunting
This commit is contained in:
parent
ae723f4531
commit
1f0c92391d
@ -264,6 +264,6 @@ const load_modules = async () => {
|
||||
}
|
||||
console.log("Loaded native extensions");
|
||||
|
||||
remote.getCurrentWindow().on('focus', () => main_window.flashFrame(false));
|
||||
remote.getCurrentWindow().on('focus', () => remote.getCurrentWindow().flashFrame(false));
|
||||
// remote.getCurrentWindow().flashFrame(true);
|
||||
};
|
Loading…
Reference in New Issue
Block a user