MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / checked

Method checked

launcher/ui/widgets/CustomCommands.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68bool CustomCommands::checked() const
69{
70 if(!ui->customCommandsGroupBox->isCheckable())
71 return true;
72 return ui->customCommandsGroupBox->isChecked();
73}
74
75QString CustomCommands::prelaunchCommand() const
76{

Callers 1

applySettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected