From c7e0f310b72b7f378ff3d444caf0217fdf498b72 Mon Sep 17 00:00:00 2001 From: Samuel Walker Date: Mon, 24 Jun 2024 08:15:12 -0600 Subject: [PATCH] floating window! --- FCLauncher/src-tauri/tauri.conf.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/FCLauncher/src-tauri/tauri.conf.json b/FCLauncher/src-tauri/tauri.conf.json index fb0dbaa..50626f5 100644 --- a/FCLauncher/src-tauri/tauri.conf.json +++ b/FCLauncher/src-tauri/tauri.conf.json @@ -23,8 +23,9 @@ "windows": [ { "title": "FCLauncher", - "width": 1280, - "height": 720 + "width": 800, + "height": 600, + "resizable": false } ], "security": {