Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ setImportant
Method
setImportant
launcher/minecraft/Component.cpp:223–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
void Component::setImportant(bool state)
224
{
225
if(m_important != state)
226
{
227
m_important = state;
228
emit dataChanged();
229
}
230
}
231
232
ProblemSeverity Component::getProblemSeverity() const
233
{
Callers
1
setComponentVersion
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected