Add min window width
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user