Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
bool CustomCommands::checked() const
69
{
70
if(!ui->customCommandsGroupBox->isCheckable())
71
return true;
72
return ui->customCommandsGroupBox->isChecked();
73
}
74
75
QString CustomCommands::prelaunchCommand() const
76
{
Callers
1
applySettings
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected