diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 125d654c..613dcd62 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -49,12 +49,6 @@ "enable": true }, "csp": null - }, - "windows": [ - { - "label": "main", - "fullscreen": true - } - ] + } } } diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index f3a7d6ad..08dd1db3 100644 --- a/src-tauri/tauri.windows.conf.json +++ b/src-tauri/tauri.windows.conf.json @@ -23,6 +23,15 @@ "trayIcon": { "iconPath": "icons/tray-icon.ico", "iconAsTemplate": true - } + }, + "windows": [ + { + "label": "main", + "fullscreen": false, + "resizable": true, + "maxWidth": null, + "maxHeight": null + } + ] } }