MCPcopy 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
1304void MainWindow::onCatToggled(bool state)
1305{
1306 setCatBackground(state);
1307 APPLICATION->settings()->set("TheCat", state);
1308}
1309
1310namespace {
1311template <typename T>

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
settingsMethod · 0.45

Tested by

no test coverage detected