mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-19 08:20:15 +00:00
add incomplete debug screen
This commit is contained in:
parent
5ddfd63392
commit
f07f139469
6 changed files with 92 additions and 3 deletions
|
@ -60,7 +60,7 @@ fun AdvancedSettingsScreen(
|
|||
SettingsActivity2.allPrefs.map[NonSettingsPrefs.CUSTOM_FUNCTIONAL_LAYOUTS]!!.Preference()
|
||||
SettingsActivity2.allPrefs.map[NonSettingsPrefs.BACKUP_RESTORE]!!.Preference()
|
||||
if (BuildConfig.DEBUG || prefs.getBoolean(DebugSettings.PREF_SHOW_DEBUG_SETTINGS, false))
|
||||
SettingsActivity2.allPrefs.map[NonSettingsPrefs.DEBUG_SETTINGS]!!.Preference()
|
||||
SettingsActivity2.allPrefs.map[NonSettingsPrefs.DEBUG_SETTINGS]!!.Preference() // todo: maybe move to main screen?
|
||||
PreferenceCategory(
|
||||
stringResource(R.string.settings_category_experimental)
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue