Skip to content

Commit

Permalink
commneted out dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ibttf committed Dec 7, 2024
1 parent 5116929 commit 6bb1484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<script type="module" crossorigin src="./assets/main-2QmFps01.js"></script>
<script type="module" crossorigin src="./assets/main-MvZ0F0_x.js"></script>
<link rel="stylesheet" crossorigin href="./assets/main-Co4UhaGe.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion electron/WindowHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class WindowHelper {
}

this.mainWindow = new BrowserWindow(windowSettings)
this.mainWindow.webContents.openDevTools()
// this.mainWindow.webContents.openDevTools()
this.mainWindow.setContentProtection(true)
this.mainWindow.setHiddenInMissionControl(true)

Expand Down

0 comments on commit 6bb1484

Please sign in to comment.