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

Function populateStartupBehavior

lib/general.cpp:817–825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815}
816
817static void populateStartupBehavior(QComboBox *cb)
818{
819 cb->addItem(obs_module_text(
820 "AdvSceneSwitcher.generalTab.status.onStartup.asLastRun"));
821 cb->addItem(obs_module_text(
822 "AdvSceneSwitcher.generalTab.status.onStartup.alwaysStart"));
823 cb->addItem(obs_module_text(
824 "AdvSceneSwitcher.generalTab.status.onStartup.doNotStart"));
825}
826
827static void populateAutoStartEventSelection(QComboBox *cb)
828{

Callers 1

SetupGeneralTabMethod · 0.85

Calls 1

obs_module_textFunction · 0.85

Tested by

no test coverage detected