Merge pull request #1559 from DenOfEquity/option-ignore-lorahashes-infotext

add 'Lora hashes' to infotext fields that can be ignored
This commit is contained in:
DenOfEquity
2024-08-28 12:44:48 +01:00
committed by GitHub

View File

@@ -85,6 +85,8 @@ def get_infotext_names():
if isinstance(name, str):
res[name] = 1
res['Lora hashes'] = 1
return list(res)