mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-26 23:24:13 +08:00
cap
This commit is contained in:
parent
d8346dabdd
commit
c308b369f6
3
.gitignore
vendored
3
.gitignore
vendored
@ -22,7 +22,8 @@ build/
|
|||||||
temp/
|
temp/
|
||||||
|
|
||||||
.vscode/settings.json
|
.vscode/settings.json
|
||||||
|
py/.cache
|
||||||
|
py/.q_vscode_style
|
||||||
py/userconfig
|
py/userconfig
|
||||||
py/cache
|
py/cache
|
||||||
py/chrome_cache
|
py/chrome_cache
|
||||||
|
@ -151,7 +151,7 @@ def checkthemeissetable(self, dark: bool):
|
|||||||
dark,
|
dark,
|
||||||
self,
|
self,
|
||||||
importlib.import_module(
|
importlib.import_module(
|
||||||
"files.themes." + _fn[:-3].replace("/", ".")
|
"files.LunaTranslator_qss." + _fn[:-3].replace("/", ".")
|
||||||
).get_setting_window,
|
).get_setting_window,
|
||||||
)
|
)
|
||||||
except:
|
except:
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit cea72773a92eb79da4325ebb82054326c5ad8f47
|
Subproject commit 02434fcd9269bc9066648db329773154fea4e0be
|
Loading…
x
Reference in New Issue
Block a user