| 476 | } |
| 477 | |
| 478 | void InstanceManagerDialog::exploreGame() |
| 479 | { |
| 480 | if (const auto* i = singleSelection()) { |
| 481 | shell::Explore(i->gameDirectory()); |
| 482 | } |
| 483 | } |
| 484 | |
| 485 | void InstanceManagerDialog::openINI() |
| 486 | { |
nothing calls this directly
no test coverage detected