1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-09 15:22:13 -04:00

(dms): Remove beta features for stable release v1.4.4

This commit is contained in:
purian23
2026-03-19 17:55:06 -04:00
parent 1e48976ae5
commit 7413b377ea
13 changed files with 129 additions and 410 deletions

View File

@@ -244,8 +244,8 @@ FocusScope {
Loader {
id: greeterLoader
anchors.fill: parent
active: root.currentIndex === 31
visible: active
active: false
visible: false
focus: active
sourceComponent: GreeterTab {}

View File

@@ -293,12 +293,6 @@ Rectangle {
"icon": "lock",
"tabIndex": 11
},
{
"id": "greeter",
"text": I18n.tr("Greeter"),
"icon": "login",
"tabIndex": 31
},
{
"id": "power_sleep",
"text": I18n.tr("Power & Sleep"),