Fixed responsiveness

This commit is contained in:
litoral05
2026-05-12 11:59:54 +01:00
parent 7c04ea5b2e
commit 17364e23d3
12 changed files with 1240 additions and 1166 deletions
+32 -32
View File
@@ -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"
]
}
}