MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / exploreGame

Method exploreGame

src/instancemanagerdialog.cpp:478–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478void InstanceManagerDialog::exploreGame()
479{
480 if (const auto* i = singleSelection()) {
481 shell::Explore(i->gameDirectory());
482 }
483}
484
485void InstanceManagerDialog::openINI()
486{

Callers

nothing calls this directly

Calls 1

gameDirectoryMethod · 0.80

Tested by

no test coverage detected