mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 15:55:55 +02:00
19 lines
330 B
JSON
19 lines
330 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "HelixNotes",
|
|
"label": "main",
|
|
"width": 1200,
|
|
"height": 800,
|
|
"minWidth": 800,
|
|
"minHeight": 500,
|
|
"resizable": true,
|
|
"fullscreen": false,
|
|
"decorations": false,
|
|
"dragDropEnabled": false
|
|
}
|
|
]
|
|
}
|
|
}
|