From 4a7f8dbe09bcbd57cd4d94d20238cbddedc3a425 Mon Sep 17 00:00:00 2001 From: huzibaca Date: Mon, 16 Sep 2024 15:25:01 +0800 Subject: [PATCH] chore: add window to allow full screen configuration --- src-tauri/tauri.conf.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8f8eef5a..125d654c 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -50,6 +50,11 @@ }, "csp": null }, - "windows": [] + "windows": [ + { + "label": "main", + "fullscreen": true + } + ] } }