Simplify calendar search settings when no plugins are installed

This commit is contained in:
MM20
2025-03-24 23:31:16 +01:00
parent dfb598b24b
commit b4056df5c2
9 changed files with 263 additions and 150 deletions
@@ -47,6 +47,9 @@ interface PluginService {
enabled: Boolean? = null,
): Flow<List<PluginWithState>>
/**
* Get a plugin with its current state or null if the plugin is not found.
*/
fun getPluginWithState(
authority: String,
): Flow<PluginWithState?>