add existing settings
This commit is contained in:
@@ -57,9 +57,16 @@
|
||||
{
|
||||
"fullscreen": false,
|
||||
"resizable": true,
|
||||
"title": "Tauri NextJS App",
|
||||
"width": 1280,
|
||||
"height": 800
|
||||
"title": "CS Toolbox",
|
||||
"width": 976,
|
||||
"height": 720,
|
||||
"minWidth": 600,
|
||||
"minHeight": 480,
|
||||
"decorations": false,
|
||||
"transparent": true,
|
||||
"theme": "Light",
|
||||
"hiddenTitle": true,
|
||||
"titleBarStyle": "Overlay"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user