Add min window width

This commit is contained in:
Nicola Spadari
2024-06-16 23:07:13 +02:00
parent 746f43a728
commit ba240a9faa

View File

@@ -39,8 +39,10 @@
"windows": [ "windows": [
{ {
"title": "Nuxtor", "title": "Nuxtor",
"width": 1280, "width": 1366,
"height": 720, "height": 768,
"minWidth": 375,
"minHeight": 812,
"resizable": true, "resizable": true,
"fullscreen": false "fullscreen": false
} }