mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
Add description for developer settings toggle
This commit is contained in:
parent
b7c67b3f70
commit
ac42886bf1
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ FormCard.FormCardPage {
|
||||||
id: showDevToolsDelegate
|
id: showDevToolsDelegate
|
||||||
|
|
||||||
text: i18n("Show Developer Settings")
|
text: i18n("Show Developer Settings")
|
||||||
|
description: i18n("Enable settings that are useful for developers and tinkerers.")
|
||||||
checked: LauncherCore.settings.showDevTools
|
checked: LauncherCore.settings.showDevTools
|
||||||
onCheckedChanged: LauncherCore.settings.showDevTools = checked
|
onCheckedChanged: LauncherCore.settings.showDevTools = checked
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue