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": [
{
"title": "Nuxtor",
"width": 1280,
"height": 720,
"width": 1366,
"height": 768,
"minWidth": 375,
"minHeight": 812,
"resizable": true,
"fullscreen": false
}