Fix rank, color label, and trash status reset

The rank, color label, and trash status from a previous session would
reset after editing an image or clearing the processing profile.
This commit is contained in:
Lawrence Lee
2024-10-20 15:14:50 -07:00
parent 00360a6dbb
commit b16287ff6f
2 changed files with 8 additions and 8 deletions

View File

@@ -115,7 +115,7 @@ class Thumbnail
void saveMetadata();
void loadProperties();
void updateProcParamsProperties();
void updateProcParamsProperties(bool forceUpdate = false);
void saveXMPSidecarProperties();
public: