Fix default theme path with QRC
This commit is contained in:
parent
b531ca0a4a
commit
a6315f7829
|
@ -289,7 +289,7 @@ class Theme(DataFile):
|
|||
|
||||
|
||||
async def default_data(self) -> str:
|
||||
async with aiofiles.open("src/themes/Midnight.qpl") as file:
|
||||
async with aiofiles.open("../themes/Midnight.qpl") as file:
|
||||
return await file.read()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user