Skip to content

Commit a1b75f8

Browse files
authored
hide deepl box (#68)
1 parent 7ecb6c1 commit a1b75f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,10 @@ const createBoxes = () => {
307307
if (useDeepL) {
308308
const deepLBox = new BrowserWindow({
309309
icon: "images/logo/icon.png",
310-
show: true,
311310
width: 800,
312311
height: 600,
313312
autoHideMenuBar: true,
314313
webPreferences: {
315-
devTools: true,
316314
contextIsolation: true,
317315
enableRemoteModule: false,
318316
preload: tools.dirname_path("./boxes/deepl/script.js"),

0 commit comments

Comments
 (0)