Make global search "Has result" sticky

Closes #133
This commit is contained in:
AntsyLich
2024-07-03 06:00:04 +06:00
parent ddba71df37
commit 5a61ca5535
2 changed files with 17 additions and 1 deletions

View File

@@ -48,4 +48,9 @@ class SourcePreferences(
Preference.appStateKey("trusted_extensions"),
emptySet(),
)
fun globalSearchFilterState() = preferenceStore.getBoolean(
Preference.appStateKey("has_filters_toggle_state"),
false,
)
}