Remove now broken "don't read user theme if debug"
This commit is contained in:
parent
ea4ba38056
commit
2ac484b8f5
|
@ -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())
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user