Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
WamWooWam committed Sep 16, 2020
1 parent 3f53193 commit 6157c91
Show file tree
Hide file tree
Showing 48 changed files with 318 additions and 2,566 deletions.
3 changes: 2 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ app.whenReady().then(() => {
webPreferences: {
nodeIntegration: true,
webviewTag: true,
webSecurity: false // fuck you.
webSecurity: false, // fuck you.
enableRemoteModule: true,
},
autoHideMenuBar: true,
});
Expand Down
Loading

0 comments on commit 6157c91

Please sign in to comment.