Disable scam alert on development environment.
This commit is contained in:
parent
e0d5a842aa
commit
cde0ed4b9a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ ipcRenderer.on('window-is-focused', () => {
|
|||
});
|
||||
|
||||
ipcRenderer.on('devtools-is-opened', () => {
|
||||
const logOnDevelopment = true;
|
||||
const logOnDevelopment = false;
|
||||
doLogWarningConsoleMessage(logOnDevelopment);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue