Skip to content

Commit

Permalink
Remove development setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuettlerTNG committed Nov 21, 2024
1 parent d4f0cc9 commit ca9fb07
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions WebUI/electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,8 @@ async function createWindow() {
resizable: true,
frame: false,
// fullscreen: true,
x: 2800,
y: 600,
width: 2440,
height: 1400,
width: 1440,
height: 951,
webPreferences: {
preload: path.join(__dirname, "../preload/preload.js"),
contextIsolation: true
Expand Down

0 comments on commit ca9fb07

Please sign in to comment.