From 659f854f62331bcfc9d1efae1941e6ee3591b004 Mon Sep 17 00:00:00 2001 From: huzibaca Date: Tue, 17 Sep 2024 08:02:29 +0800 Subject: [PATCH] chore: update --- src-tauri/tauri.conf.json | 8 +------- src-tauri/tauri.windows.conf.json | 11 ++++++++++- 2 files changed, 11 insertions(+), 8 deletions(-) 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 + } + ] } }