Skip to content

Commit

Permalink
Show crash app option in beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Jun 29, 2023
1 parent 0af18d1 commit f185e6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class SettingsFragment : PreferenceFragmentCompat() {
}
}
val crashAppPref = preferenceScreen.findPreference<EditTextPreference>("crash_app") as Preference
if(!CommonUtils.isDebugMode) {
if(!CommonUtils.isBeta) {
crashAppPref.isVisible = false
} else {
crashAppPref.setOnPreferenceClickListener {
Expand Down

0 comments on commit f185e6f

Please sign in to comment.