fix(tauri): set minimum window size for tauri
This commit is contained in:
@@ -12,6 +12,8 @@
|
|||||||
"app": {
|
"app": {
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
|
"minHeight": 600,
|
||||||
|
"minWidth": 800,
|
||||||
"title": "Court Pilot",
|
"title": "Court Pilot",
|
||||||
"width": 800,
|
"width": 800,
|
||||||
"height": 600,
|
"height": 600,
|
||||||
|
|||||||
Reference in New Issue
Block a user