explode prettier

This commit is contained in:
zt64 2023-04-19 00:03:41 -04:00 committed by Nick
parent a32eb6a645
commit 89cf369d4f

View file

@ -76,7 +76,7 @@ function initTray(win: BrowserWindow) {
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) {