From 1b04940e0e424246e567ed28cc3963a4b2990a3a Mon Sep 17 00:00:00 2001 From: TemmieHeartz Date: Tue, 27 Dec 2022 21:36:50 -0300 Subject: [PATCH] App: Updated min window width --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 48d91b9..4b61e04 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,10 @@ "repository": "https://github.com/themitosan/fpPS4-Temmie-s-Launcher", "window": { "frame": true, - "width": 1180, + "width": 1186, "height": 710, "toolbar": true, - "min_width": 1180, + "min_width": 1186, "min_height": 710, "fullscreen": false, "position": "center",