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

Method on_actionViewCentralModsFolder_triggered

launcher/ui/MainWindow.cpp:1964–1967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1962}
1963
1964void MainWindow::on_actionViewCentralModsFolder_triggered()
1965{
1966 DesktopServices::openPath(APPLICATION->settings()->get("CentralModsDir").toString(), true);
1967}
1968
1969void MainWindow::on_actionConfig_Folder_triggered()
1970{

Callers

nothing calls this directly

Calls 4

openPathFunction · 0.85
toStringMethod · 0.45
getMethod · 0.45
settingsMethod · 0.45

Tested by

no test coverage detected