From dfc8cd4c9f1f0b9d8465dd0a5606aeb57684e5eb Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sat, 29 Nov 2025 23:40:33 +0400 Subject: [PATCH] chore: cleanup windows config --- src-tauri/tauri.conf.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9f6b9a3..3f9bc0c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -57,10 +57,7 @@ "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", - "timestampUrl": "", - "resizable": false, - "fullscreen": false, - "title": "Donut" + "timestampUrl": "" } }, "plugins": {