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

Method SetPauseButtonText

lib/macro/macro-dock.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void MacroDock::SetPauseButtonText(const StringVariable &text)
73{
74 _pauseButtonText = text;
75 UpdateText();
76}
77
78void MacroDock::SetUnpauseButtonText(const StringVariable &text)
79{

Callers 1

AskForSettingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected