mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-08 09:36:07 -05:00
Add option to resolve variables on queue add
This commit is contained in:
@@ -38,6 +38,7 @@ private:
|
||||
void RunActions();
|
||||
|
||||
bool _runOnStartup = true;
|
||||
bool _resolveVariablesOnAdd = true;
|
||||
std::atomic_bool _stop = {false};
|
||||
std::mutex _mutex;
|
||||
std::condition_variable _cv;
|
||||
@@ -66,6 +67,7 @@ private:
|
||||
QLabel *_queueSize;
|
||||
QPushButton *_clear;
|
||||
QCheckBox *_runOnStartup;
|
||||
QCheckBox *_resolveVariablesOnAdd;
|
||||
|
||||
ActionQueue &_queue;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user