From fad8581d9b56d8c61fe5a200cbd270951e7774ea Mon Sep 17 00:00:00 2001 From: Andrew Zambazos Date: Sun, 17 May 2026 09:58:24 +1200 Subject: [PATCH] Made app fullscreen with no window decorations --- src-tauri/tauri.conf.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6c47ee1..f91f7f2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -12,7 +12,9 @@ { "title": "nebula-os", "width": 800, - "height": 600 + "height": 600, + "fullscreen": true, + "decorations": false } ], "security": {