From 3e296625c6439bb751a2c6f7e99482d3af20e222 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Sun, 20 Feb 2022 08:44:12 +0000 Subject: [PATCH] update screen size --- 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 aa4b949ab..e0128b551 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -58,7 +58,7 @@ "width": 800, "height": 600, "resizable": true, - "fullscreen": true + "fullscreen": false } ], "security": {