updated min screen size

This commit is contained in:
Ren Amamiya 2023-03-28 19:44:25 +07:00
parent bda5661a71
commit 28336d2ec1

View File

@ -80,6 +80,7 @@
},
"windows": [
{
"title": "Lume",
"theme": "Dark",
"titleBarStyle": "Overlay",
"hiddenTitle": true,
@ -88,8 +89,8 @@
"resizable": true,
"width": 1100,
"height": 800,
"minWidth": 1100,
"minHeight": 800
"minWidth": 900,
"minHeight": 600
}
]
}