mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-01 10:04:12 +08:00
fix
This commit is contained in:
parent
55fc207a49
commit
4e2252647a
@ -161,7 +161,9 @@ class common:
|
|||||||
for _ in imagepath_all:
|
for _ in imagepath_all:
|
||||||
if _ is None:
|
if _ is None:
|
||||||
continue
|
continue
|
||||||
if os.path.normpath(os.path.abspath(_)) not in normaled:
|
norm = os.path.normpath(os.path.abspath(_))
|
||||||
|
if norm not in normaled:
|
||||||
|
normaled.append(norm)
|
||||||
savehook_new_data[gameuid]["imagepath_all"].append(_)
|
savehook_new_data[gameuid]["imagepath_all"].append(_)
|
||||||
if title:
|
if title:
|
||||||
if not savehook_new_data[gameuid]["istitlesetted"]:
|
if not savehook_new_data[gameuid]["istitlesetted"]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user