From 2fbdf613ac1cce9adcbc14a46fb899430d7bf3d5 Mon Sep 17 00:00:00 2001 From: Enrique Romero Date: Sun, 13 Apr 2025 04:22:05 -0400 Subject: [PATCH] Fix: Remove fullscreen requirement --- 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 e1768c2..b411acc 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -16,7 +16,7 @@ "width": 800, "height": 600, "resizable": true, - "fullscreen": true + "fullscreen": false } ], "security": {