Skip to content

Commit

Permalink
enable hidden categories by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Sep 22, 2024
1 parent 15bb0f3 commit a79e91f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class LibraryPreferences(
fun categorizedDisplaySettings() = preferenceStore.getBoolean("categorized_display", false)

// KMK -->
fun hideHiddenCategories() = preferenceStore.getBoolean("hide_hidden_categories", false)
fun hideHiddenCategories() = preferenceStore.getBoolean("hide_hidden_categories", true)
// KMK <--

fun updateCategories() = preferenceStore.getStringSet("library_update_categories", emptySet())
Expand Down

0 comments on commit a79e91f

Please sign in to comment.