diff --git a/Widgets/SettingsWindow/SettingsWindow.qml b/Widgets/SettingsWindow/SettingsWindow.qml index d57e5e2..9884d3a 100644 --- a/Widgets/SettingsWindow/SettingsWindow.qml +++ b/Widgets/SettingsWindow/SettingsWindow.qml @@ -473,6 +473,10 @@ PanelWithOverlay { hoverEnabled: true cursorShape: Qt.PointingHandCursor onClicked: { + // Close WallpaperSelector if it's open + if (wallpaperSelector.visible) { + wallpaperSelector.hide(); + } activeTabIndex = index; loadComponentForTab(index); }