mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-18 15:06:58 +01:00
Remove hardcoded window config
This commit is contained in:
@@ -11,19 +11,7 @@
|
||||
"version": "0.0.2"
|
||||
},
|
||||
"tauri": {
|
||||
"windows": [
|
||||
{
|
||||
"fullscreen": false,
|
||||
"hiddenTitle": true,
|
||||
"resizable": true,
|
||||
"title": "Yaak",
|
||||
"titleBarStyle": "Overlay",
|
||||
"height": 600,
|
||||
"width": 1100,
|
||||
"minWidth": 400,
|
||||
"minHeight": 400
|
||||
}
|
||||
],
|
||||
"windows": [],
|
||||
"allowlist": {
|
||||
"all": false,
|
||||
"fs": {
|
||||
|
||||
Reference in New Issue
Block a user