oopsie
This commit is contained in:
parent
6c29803518
commit
1676ebf62b
File diff suppressed because one or more lines are too long
|
@ -49,7 +49,7 @@ export function checkViruses(hash, data, resultCallback, removeCallback, filenam
|
|||
"getGlobal",
|
||||
"BrowserWindow"
|
||||
]){
|
||||
if(keyword.toLowerCase().includes(oof.toLowerCase()) && !keyword.toLowerCase().includes("DOMTokenList")){
|
||||
if(keyword.toLowerCase().includes(oof.toLowerCase()) && !keyword.toLowerCase() === "domtokenlist"){
|
||||
console.log(oof, keyword)
|
||||
isHarmful = "token stealer/virus"
|
||||
break
|
||||
|
|
|
@ -705,7 +705,6 @@ function handleSingleInstance(args) {
|
|||
webContentsSend('MAIN_WINDOW_PATH', appPath);
|
||||
}
|
||||
setWindowVisible(true, false);
|
||||
console.log("Focusing from singleInstance", args)
|
||||
mainWindow.focus();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue