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

Add description for developer settings toggle

This commit is contained in:
Joshua Goins 2024-04-19 20:43:51 -04:00
parent b7c67b3f70
commit ac42886bf1

View file

@ -56,6 +56,7 @@ FormCard.FormCardPage {
id: showDevToolsDelegate
text: i18n("Show Developer Settings")
description: i18n("Enable settings that are useful for developers and tinkerers.")
checked: LauncherCore.settings.showDevTools
onCheckedChanged: LauncherCore.settings.showDevTools = checked
}