mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
(misc) Enable window.startDragging for Tauri
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user