Files
HelixNotes/src-tauri/tauri.windows.conf.json
T

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
}
]
}
}