SettingsPanel: remove keyboard focus, so it will close gracefully if clicking on something else (like others NPanels)

This commit is contained in:
LemmyCook
2025-09-03 22:30:42 -04:00
parent 21383b03c5
commit 4f3e0bdb1e
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -24,9 +24,6 @@ NPanel {
panelAnchorHorizontalCenter: true
panelAnchorVerticalCenter: true
// Enable keyboard focus for settings panel
panelKeyboardFocus: true
// Tabs enumeration, order is NOT relevant
enum Tab {
About,
+1 -1
View File
@@ -8,7 +8,7 @@ import qs.Services
import qs.Widgets
NPanel {
id: panel
id: root
panelWidth: 460 * scaling
panelHeight: 708 * scaling