From b5cefdc8fe196c77e84465008e61638360323fd0 Mon Sep 17 00:00:00 2001 From: chen-zeong Date: Mon, 13 Oct 2025 15:31:25 +0800 Subject: [PATCH] chore(example): update helloworld window config --- examples/helloworld/tauri.conf.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/helloworld/tauri.conf.json b/examples/helloworld/tauri.conf.json index 7590930be..5b6d19585 100644 --- a/examples/helloworld/tauri.conf.json +++ b/examples/helloworld/tauri.conf.json @@ -14,8 +14,6 @@ "width": 800, "height": 600, "resizable": true, - "decorations": false, - "shadow": true, "fullscreen": false } ],