Skip to content

Commit

Permalink
Disable tag sorting for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jobobby04 committed Sep 15, 2020
1 parent de05f88 commit 70bef08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,14 +257,14 @@ class SettingsLibraryController : SettingsController() {
}
}

preferenceCategory {
/*preferenceCategory {
titleRes = R.string.pref_sorting_settings
preference {
titleRes = R.string.pref_tag_sorting
val count = preferences.sortTagsForLibrary().get().size
summary = resources!!.getQuantityString(R.plurals.pref_tag_sorting_desc, count, count)
}
}
}*/

// SY -->
if (preferences.skipPreMigration().get() || preferences.migrationSources().get()
Expand Down

0 comments on commit 70bef08

Please sign in to comment.