explode prettier
This commit is contained in:
parent
a32eb6a645
commit
89cf369d4f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ function initTray(win: BrowserWindow) {
|
||||||
trayMenu.items[0].enabled = true;
|
trayMenu.items[0].enabled = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
win.on('page-title-updated', (e) => e.preventDefault());
|
win.on("page-title-updated", e => e.preventDefault());
|
||||||
}
|
}
|
||||||
|
|
||||||
function initMenuBar(win: BrowserWindow) {
|
function initMenuBar(win: BrowserWindow) {
|
||||||
|
|
Reference in a new issue