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