MCPcopy Create free account
hub / github.com/MultiMC/Launcher / on_actionViewInstanceFolder_triggered

Method on_actionViewInstanceFolder_triggered

launcher/ui/MainWindow.cpp:1585–1589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1583}
1584
1585void MainWindow::on_actionViewInstanceFolder_triggered()
1586{
1587 QString str = APPLICATION->settings()->get("InstanceDir").toString();
1588 DesktopServices::openDirectory(str);
1589}
1590
1591void MainWindow::refreshInstances()
1592{

Callers

nothing calls this directly

Calls 4

openDirectoryFunction · 0.85
toStringMethod · 0.45
getMethod · 0.45
settingsMethod · 0.45

Tested by

no test coverage detected