Skip to content

Commit

Permalink
chore: disable webgl
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniiriarios committed May 1, 2024
1 parent 75534e7 commit 376abdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ function createWindow(settings: UserSettings) {
webPreferences: {
preload: path.join(__dirname, "preload.js"),
contextIsolation: true,
webgl: false,
},
icon: "assets/icons/512x512.png",
});
Expand Down

0 comments on commit 376abdb

Please sign in to comment.