Skip to content
Snippets Groups Projects
Commit 396b11cc authored by GyDi's avatar GyDi
Browse files

feat: set min windows

parent 9b8f5c4f
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
"build": { "build": {
"distDir": "../dist", "distDir": "../dist",
"devPath": "http://localhost:3000/proxy", "devPath": "http://localhost:3000/proxy",
"beforeDevCommand": "npm run web:dev", "beforeDevCommand": "yarn run web:dev",
"beforeBuildCommand": "npm run web:build" "beforeBuildCommand": "yarn run web:build"
}, },
"tauri": { "tauri": {
"systemTray": { "systemTray": {
...@@ -63,7 +63,9 @@ ...@@ -63,7 +63,9 @@
"resizable": true, "resizable": true,
"fullscreen": false, "fullscreen": false,
"decorations": true, "decorations": true,
"transparent": false "transparent": false,
"minWidth": 600,
"minHeight": 520
} }
], ],
"security": { "security": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment