Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/sentry/vue-8.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 27, 2024
2 parents 09b9770 + 53a2fc8 commit c3e3ac0
Show file tree
Hide file tree
Showing 9 changed files with 186 additions and 151 deletions.
2 changes: 1 addition & 1 deletion src-electron/electron-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function createWindow() {
height: mainWindowState.height,
icon: path.resolve(path.join(__dirname, 'icons', 'icon.png')),
minHeight: 400,
minWidth: 500,
minWidth: 560,
show: false,
webPreferences: {
backgroundThrottling: false,
Expand Down
Loading

0 comments on commit c3e3ac0

Please sign in to comment.