diff --git a/sdk/plugins/pp5.cpp b/sdk/plugins/pp5.cpp index 0feb2a8..76b8478 100644 --- a/sdk/plugins/pp5.cpp +++ b/sdk/plugins/pp5.cpp @@ -214,7 +214,7 @@ struct PP5Context class PP5Enroll : public UntrainableTransform { Q_OBJECT - Q_PROPERTY(bool detectOnly READ get_detectOnly WRITE set_detectOnly) + Q_PROPERTY(bool detectOnly READ get_detectOnly WRITE set_detectOnly STORED false) BR_PROPERTY(bool, detectOnly, false) Resource contexts;