bug hunting

This commit is contained in:
WolverinDEV 2019-10-27 23:32:25 +01:00
parent ae723f4531
commit 1f0c92391d
1 changed files with 1 additions and 1 deletions

View File

@ -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);
};