1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-11 20:47:45 +00:00

Hide account and profile developer settings when they are disabled

This commit is contained in:
Joshua Goins 2025-05-04 19:16:55 -04:00
parent 88b4a51389
commit ddbd9bb814
2 changed files with 2 additions and 0 deletions

View file

@ -55,6 +55,7 @@ FormCard.FormCardPage {
Kirigami.Action {
id: developerAction
text: i18n("Developer")
visible: LauncherCore.config.showDevTools
}
]

View file

@ -51,6 +51,7 @@ FormCard.FormCardPage {
Kirigami.Action {
id: developerAction
text: i18n("Developer")
visible: LauncherCore.config.showDevTools
}
]