mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-18 07:08:13 -05:00
Add tooltip to macro property selection in variable action
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user