Implemented Item type priority handling ( DISP16 )

This commit is contained in:
2025-05-15 20:52:58 +02:00
parent ca92c72070
commit b43b2522d7
16 changed files with 537 additions and 254 deletions

View File

@@ -195,14 +195,16 @@
"FILE_IGNORE": {
"bit_depth_rule": "",
"color": "#673d35",
"description": "File to be ignored",
"description": "File identified to be ignored due to prioritization rules (e.g., a lower bit-depth version when a higher one is present).",
"category": "Ignored",
"examples": [
"Thumbs.db",
".DS_Store"
],
"is_grayscale": false,
"keybind": "X",
"standard_type": ""
"standard_type": "",
"details": {}
}
}
}