Add tooltip to macro property selection in variable action

This commit is contained in:
WarmUpTill
2024-05-19 01:09:39 +02:00
committed by WarmUpTill
parent defbdf8b7a
commit 54356d9410
4 changed files with 22 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ public:
EXPORT void Load(obs_data_t *, Macro *, const char *name = "tempVar");
EXPORT std::optional<const TempVariable> GetTempVariable(Macro *) const;
EXPORT bool operator==(const TempVariableRef &other) const;
bool HasValidID() const { return !_id.empty(); }
private:
enum class SegmentType { NONE, CONDITION, ACTION, ELSEACTION };