MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / SetConditionsFalseStatusText

Method SetConditionsFalseStatusText

lib/macro/macro-dock-settings.cpp:315–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315void MacroDockSettings::SetConditionsFalseStatusText(const std::string &text)
316{
317 _conditionsFalseStatusText = text;
318 if (!_dock) {
319 return;
320 }
321
322 _dock->SetConditionsFalseText(text);
323}
324
325StringVariable MacroDockSettings::ConditionsFalseStatusText() const
326{

Callers 1

AskForSettingsMethod · 0.45

Calls 1

Tested by

no test coverage detected