mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 16:18:55 +01:00 
			
		
		
		
	Add option to hide entries already in library when browsing sources
Closes #2941
This commit is contained in:
		@@ -31,4 +31,6 @@ class SourcePreferences(
 | 
			
		||||
    fun trustedSignatures() = preferenceStore.getStringSet("trusted_signatures", emptySet())
 | 
			
		||||
 | 
			
		||||
    fun searchPinnedSourcesOnly() = preferenceStore.getBoolean("search_pinned_sources_only", false)
 | 
			
		||||
 | 
			
		||||
    fun hideInLibraryItems() = preferenceStore.getBoolean("browse_hide_in_library_items", false)
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user