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

lock: respect confirmation mode power actions

This commit is contained in:
bbedward
2025-12-04 14:58:36 -05:00
parent 5b42d34ac8
commit f312868154
2 changed files with 446 additions and 191 deletions

View File

@@ -312,7 +312,7 @@ Item {
Row {
id: viewModeButtons
spacing: Theme.spacingXS
visible: searchMode === "apps" && appLauncher.model.count > 0
visible: searchMode === "apps"
anchors.right: parent.right
anchors.verticalCenter: parent.verticalCenter