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:
parent
88b4a51389
commit
ddbd9bb814
2 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,7 @@ FormCard.FormCardPage {
|
|||
Kirigami.Action {
|
||||
id: developerAction
|
||||
text: i18n("Developer")
|
||||
visible: LauncherCore.config.showDevTools
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
@ -51,6 +51,7 @@ FormCard.FormCardPage {
|
|||
Kirigami.Action {
|
||||
id: developerAction
|
||||
text: i18n("Developer")
|
||||
visible: LauncherCore.config.showDevTools
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue