From 7912204fcb5a5d321ab8dfd47425ff276b89979c Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 29 Mar 2023 22:16:21 -0700 Subject: [PATCH] Remove hardcoded window config --- src-tauri/tauri.conf.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b0bd548c..c505acad 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -11,19 +11,7 @@ "version": "0.0.2" }, "tauri": { - "windows": [ - { - "fullscreen": false, - "hiddenTitle": true, - "resizable": true, - "title": "Yaak", - "titleBarStyle": "Overlay", - "height": 600, - "width": 1100, - "minWidth": 400, - "minHeight": 400 - } - ], + "windows": [], "allowlist": { "all": false, "fs": {