mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-01 21:47:50 +02:00
Various fixes to search presets
This commit is contained in:
@ -34,5 +34,5 @@ object DebugFunctions {
|
||||
it.favorite && db.getSearchMetadataForManga(it.id!!).executeAsBlocking() == null
|
||||
}
|
||||
|
||||
fun clearSavedSearches() = prefs.eh_savedSearches().set("")
|
||||
fun clearSavedSearches() = prefs.eh_savedSearches().set(emptySet())
|
||||
}
|
Reference in New Issue
Block a user