Rename themes

This commit is contained in:
miruka
2020-03-10 09:48:51 -04:00
parent 7c83041f6c
commit 264c2ab16b
3 changed files with 3 additions and 2 deletions

View File

@@ -251,6 +251,7 @@ class Backend:
ui_state = await self.ui_state.read()
history = await self.history.read()
theme = await Theme(self, settings["theme"]).read()
print(theme)
return (settings, ui_state, history, theme)