From 28943f1ecb8ff24344ec6b7a5ee7800bbf7287d4 Mon Sep 17 00:00:00 2001 From: Psychotoxical Date: Fri, 10 Apr 2026 11:04:21 +0200 Subject: [PATCH] chore(settings): disable UI scale slider pending rework Interface scaling is temporarily disabled in the Settings UI (opacity + pointer-events: none) with a note that it will return in a future update. Co-Authored-By: Claude Sonnet 4.6 --- src/pages/Settings.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index 57745367..48bfe6bf 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -1310,7 +1310,11 @@ export default function Settings() {

{t('settings.uiScaleTitle')}

-
+ {/* TODO: UI scaling is being reworked — disabled until fixed */} +

+ Interface scaling is currently being reworked and will be available in a future update. +

+
{t('settings.uiScaleLabel')}