From 5421d82dc0b7312389a5c76a2406571401fc03b8 Mon Sep 17 00:00:00 2001 From: cyph3rasi Date: Wed, 15 Jul 2026 16:11:52 -0700 Subject: [PATCH] Increase the default Synapsis window size to 1280 by 820 while preserving minimum dimensions Hop-State: A_06FPG388Y293XY2CFZMQDT0 Hop-Proposal: R_06FPG373G4E2BZNKDDBJJ00 Hop-Task: T_06FPG331RFSBMHAQWZ86V2G Hop-Attempt: AT_06FPG331RCP4QDC1557CPK0 --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 89c726d..33cbe3c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -13,8 +13,8 @@ "windows": [ { "title": "Synapsis", - "width": 1080, - "height": 720, + "width": 1280, + "height": 820, "minWidth": 720, "minHeight": 560, "center": true,