Remove now broken "don't read user theme if debug"

This commit is contained in:
miruka 2019-08-15 12:08:43 -04:00
parent ea4ba38056
commit 2ac484b8f5

View File

@ -154,9 +154,6 @@ class Theme(ConfigFile):
if not pyotherside.AVAILABLE: if not pyotherside.AVAILABLE:
return "" return ""
if self.backend.app.debug:
return convert_to_qml(await self.default_data())
if not self.path.exists(): if not self.path.exists():
await self.write(await self.default_data()) await self.write(await self.default_data())