fix: preserve Linux window title and configuration

This commit is contained in:
Yuri Karamian
2026-09-10 16:50:54 +02:00
parent 34a0f9efa3
commit 41c0e4c993
+8
View File
@@ -2,7 +2,15 @@
"app": { "app": {
"windows": [ "windows": [
{ {
"title": "HelixNotes",
"label": "main", "label": "main",
"width": 1200,
"height": 800,
"minWidth": 800,
"minHeight": 500,
"resizable": true,
"fullscreen": false,
"decorations": false,
"visible": false "visible": false
} }
] ]