(misc) Enable window.startDragging for Tauri

This commit is contained in:
KingRainbow44
2023-11-23 14:00:00 +01:00
parent 6fd11bb6f5
commit bb64f8ff3d
3 changed files with 57 additions and 0 deletions

View File

@@ -15,6 +15,9 @@
"shell": {
"all": false,
"open": true
},
"window": {
"startDragging": true
}
},
"bundle": {
@@ -36,6 +39,7 @@
{
"fullscreen": false,
"resizable": true,
"decorations": false,
"title": "Cultivation",
"width": 1280,
"height": 730