feat(gui): Enforce minimum window size (#216)

This commit is contained in:
binarybaron 2024-11-29 20:42:35 +01:00 committed by GitHub
parent 3143a02d06
commit 13b3ecc638
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,12 @@
"windows": [
{
"title": "UnstoppableSwap",
"minWidth": 600,
"minHeight": 400,
"width": 800,
"height": 600
"height": 700,
"maxHeight": 900,
"maxWidth": 1200
}
],
"security": {
@ -57,4 +61,4 @@
]
}
}
}
}