Skip to content

Commit

Permalink
fuck lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LuftVerbot committed Jul 25, 2023
1 parent 634f852 commit d62b713
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ class SourcePreferences(
fun hideInMangaLibraryItems() = preferenceStore.getBoolean("browse_hide_in_library_items", false)

// SY -->

//fun enableSourceBlacklist() = preferenceStore.getBoolean("eh_enable_source_blacklist", true)

//fun sourcesTabCategories() = preferenceStore.getStringSet("sources_tab_categories", mutableSetOf())
// fun enableSourceBlacklist() = preferenceStore.getBoolean("eh_enable_source_blacklist", true)

//fun sourcesTabCategoriesFilter() = preferenceStore.getBoolean("sources_tab_categories_filter", false)
// fun sourcesTabCategories() = preferenceStore.getStringSet("sources_tab_categories", mutableSetOf())

//fun sourcesTabSourcesInCategories() = preferenceStore.getStringSet("sources_tab_source_categories", mutableSetOf())
// fun sourcesTabCategoriesFilter() = preferenceStore.getBoolean("sources_tab_categories_filter", false)

// fun sourcesTabSourcesInCategories() = preferenceStore.getStringSet("sources_tab_source_categories", mutableSetOf())

fun dataSaver() = preferenceStore.getEnum("data_saver", DataSaver.NONE)

Expand Down

0 comments on commit d62b713

Please sign in to comment.