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
commit 37fcb7bce8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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