Skip to content

Commit

Permalink
アプリケーションの最小幅・高さを設定
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi committed Aug 24, 2024
1 parent a7d8394 commit bca8b82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
"fullscreen": false,
"width": 1024,
"height": 768,
"minWidth": 1024,
"minHeight": 384,
"resizable": true,
"title": "Lycoris"
}
Expand Down

0 comments on commit bca8b82

Please sign in to comment.