Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ onCatToggled
Method
onCatToggled
launcher/ui/MainWindow.cpp:1304–1308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1302
}
1303
1304
void MainWindow::onCatToggled(bool state)
1305
{
1306
setCatBackground(state);
1307
APPLICATION->settings()->set(
"TheCat"
, state);
1308
}
1309
1310
namespace {
1311
template <typename T>
Callers
nothing calls this directly
Calls
2
set
Method · 0.45
settings
Method · 0.45
Tested by
no test coverage detected