From c4dd028cfc602b714162156436e1ac9612c99c52 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Sat, 16 Dec 2023 11:20:25 +0000 Subject: [PATCH] Desktop lg by default --- desktop/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src-tauri/tauri.conf.json b/desktop/src-tauri/tauri.conf.json index 267dd20..f3ec787 100644 --- a/desktop/src-tauri/tauri.conf.json +++ b/desktop/src-tauri/tauri.conf.json @@ -36,7 +36,7 @@ "fullscreen": false, "resizable": true, "title": "rqbit", - "width": 992, + "width": 1024, "height": 600 } ]