1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

fix loading of spotlight

This commit is contained in:
bbedward
2025-08-13 16:47:58 -04:00
parent 79d69ed2b8
commit 4b8e529496
2 changed files with 767 additions and 790 deletions

View File

@@ -8,6 +8,7 @@ PanelWindow {
id: root
property alias content: contentLoader.sourceComponent
property alias contentLoader: contentLoader
property real width: 400
property real height: 300
readonly property real screenWidth: screen ? screen.width : 1920
@@ -201,8 +202,8 @@ PanelWindow {
onVisibleChanged: {
if (visible)
Qt.callLater(function() {
focusScope.forceActiveFocus();
});
focusScope.forceActiveFocus();
});
}
}

File diff suppressed because it is too large Load Diff