From 51fecc72b493b3ccdb292b470c42c7bbfb96ef97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Thu, 7 May 2026 20:38:12 +0200 Subject: [PATCH] fix(of): default_mode=scope4 in settings.json --- oscope-of/bin/data/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscope-of/bin/data/settings.json b/oscope-of/bin/data/settings.json index 8511989..29de534 100644 --- a/oscope-of/bin/data/settings.json +++ b/oscope-of/bin/data/settings.json @@ -14,6 +14,6 @@ "fullscreen": false, "width": 1920, "height": 1080, - "default_mode": "hybrid" + "default_mode": "scope4" } }