From 7434df4fc15757fb5d43d1d85497145e61658fc5 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Mon, 11 Aug 2025 15:52:32 +0200 Subject: [PATCH] Make typing possible in SettingsWindow --- Modules/Settings/SettingsWindow.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/Settings/SettingsWindow.qml b/Modules/Settings/SettingsWindow.qml index 389e239..13788fa 100644 --- a/Modules/Settings/SettingsWindow.qml +++ b/Modules/Settings/SettingsWindow.qml @@ -14,6 +14,8 @@ NLoader { NPanel { id: settingsPanel + WlrLayershell.keyboardFocus: WlrKeyboardFocus.OnDemand + readonly property real scaling: Scaling.scale(screen) // Single source of truth for tabs // Each tab points to a QML file path. The content stack simply loads the file via Loader.source.