From bee1373f92a1400af5c290f107b88ff9f6704bbf 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 + } + ] } }