Add ukui-greeter and ukui-screensaver in focus active list

This commit is contained in:
xibowen 2023-10-31 16:05:52 +08:00
parent 37303fd3f8
commit 2213ce7189
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ static const QStringList focusStateActiveList() {
QStringList l;
l<<"ukui-menu";
l<<"platformthemeDemo";
l<<"ukui-greeter";
l<<"ukui-screensaver";
return l;
}