Skip to content

Commit 73b2030

Browse files
committed
chore: add todo reminder
Signed-off-by: Adam Setch <[email protected]>
1 parent 41ec8c5 commit 73b2030

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const browserWindowOpts = {
1919
minHeight: 400,
2020
resizable: false,
2121
skipTaskbar: true, // Hide the app from the Windows taskbar
22+
// TODO ideally we would disable this as use a preload script with a context bridge
2223
webPreferences: {
2324
enableRemoteModule: true,
2425
nodeIntegration: true,

0 commit comments

Comments
 (0)