mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Add source pinning (closes #2322)
This commit is contained in:
		| @@ -198,6 +198,8 @@ class PreferencesHelper(val context: Context) { | ||||
|  | ||||
|     fun hiddenCatalogues() = rxPrefs.getStringSet("hidden_catalogues", emptySet()) | ||||
|  | ||||
|     fun pinnedCatalogues() = rxPrefs.getStringSet("pinned_catalogues", emptySet()) | ||||
|  | ||||
|     fun downloadNew() = rxPrefs.getBoolean(Keys.downloadNew, false) | ||||
|  | ||||
|     fun downloadNewCategories() = rxPrefs.getStringSet(Keys.downloadNewCategories, emptySet()) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user