From bff62029d648d5cc609b16d6992e8002c24f0265 Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Mon, 6 Apr 2026 00:50:25 +0300 Subject: [PATCH] fix: window not showing --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 826ac9c..a682e55 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -22,7 +22,7 @@ "transparent": false, "resizable": true, "center": true, - "visible": false + "visible": true } ], "security": {