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

Method on_actionLaunchInstanceOffline_triggered

launcher/ui/MainWindow.cpp:2191–2197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2189}
2190
2191void MainWindow::on_actionLaunchInstanceOffline_triggered()
2192{
2193 if (m_selectedInstance)
2194 {
2195 APPLICATION->launch(m_selectedInstance, false);
2196 }
2197}
2198
2199void MainWindow::on_actionLaunchInstanceDemo_triggered()
2200{

Callers

nothing calls this directly

Calls 1

launchMethod · 0.65

Tested by

no test coverage detected