Let the user choose theme (#1499)
This commit is contained in:
+3
@@ -28,5 +28,8 @@ interface PreferencesStore {
|
||||
suspend fun setCustomElementCallBaseUrl(string: String?)
|
||||
fun getCustomElementCallBaseUrlFlow(): Flow<String?>
|
||||
|
||||
suspend fun setTheme(theme: String)
|
||||
fun getThemeFlow(): Flow<String?>
|
||||
|
||||
suspend fun reset()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user