Fixed responsiveness
This commit is contained in:
+32
-32
@@ -1,35 +1,35 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Litoral Regas VPN Orchestrator",
|
||||
"version": "0.1.0",
|
||||
"identifier": "com.litoralregas.vpnorchestrator",
|
||||
"build": {
|
||||
"beforeDevCommand": "npm run dev",
|
||||
"devUrl": "http://localhost:1420",
|
||||
"beforeBuildCommand": "npm run build",
|
||||
"frontendDist": "../dist"
|
||||
},
|
||||
"app": {
|
||||
"windows": [
|
||||
{
|
||||
"title": "Litoral Regas VPN Orchestrator",
|
||||
"width": 1440,
|
||||
"height": 980,
|
||||
"minWidth": 1100,
|
||||
"minHeight": 720,
|
||||
"resizable": false,
|
||||
"maximized": true
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
"csp": null
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"icon": [
|
||||
"icons/icon.ico"
|
||||
]
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Litoral Regas VPN Orchestrator",
|
||||
"version": "0.1.0",
|
||||
"identifier": "com.litoralregas.vpnorchestrator",
|
||||
"build": {
|
||||
"beforeDevCommand": "npm run dev",
|
||||
"devUrl": "http://localhost:1420",
|
||||
"beforeBuildCommand": "npm run build",
|
||||
"frontendDist": "../dist"
|
||||
},
|
||||
"app": {
|
||||
"windows": [
|
||||
{
|
||||
"title": "Litoral Regas VPN Orchestrator",
|
||||
"width": 1440,
|
||||
"height": 980,
|
||||
"minWidth": 900,
|
||||
"minHeight": 650,
|
||||
"resizable": true,
|
||||
"maximized": true
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
"csp": null
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"icon": [
|
||||
"icons/icon.ico"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user