Skip to content

Commit

Permalink
Hide backup pref until it is restored completely.
Browse files Browse the repository at this point in the history
Signed-off-by: Saul Henriquez <[email protected]>
  • Loading branch information
saulhdev committed Nov 23, 2023
1 parent 328e1bf commit e51c1aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fun MainPrefsPage() {
PageItem.PrefsGesturesDash
)
val otherPrefs = listOfNotNull(
PageItem.PrefsBackup,
//PageItem.PrefsBackup,
//PageItem.PrefsDesktopMode,
if (prefs.developerOptionsEnabled.getValue()) PageItem.PrefsDeveloper
else null,
Expand Down

0 comments on commit e51c1aa

Please sign in to comment.