Read theme in app dir if doesn't exist in user dir

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

View File

@@ -251,7 +251,6 @@ 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)