Let the user choose theme (#1499)
This commit is contained in:
parent
b8ee82a912
commit
b7796e0125
13 changed files with 216 additions and 3 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue