Make qrc path aliases the same as filesystem ones

This commit is contained in:
miruka
2019-09-01 05:42:51 -04:00
parent ddd1587b7d
commit b867584784
4 changed files with 5 additions and 6 deletions

View File

@@ -163,7 +163,7 @@ class Theme(ConfigFile):
async def default_data(self) -> str:
async with aiofiles.open("src/themes/Default.qpl", "r") as file:
async with aiofiles.open("src/themes/Default.qpl") as file:
return await file.read()