Let the user choose theme (#1499)
This commit is contained in:
parent
a8fbb882f2
commit
68f9c81628
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