| 469 | } |
| 470 | |
| 471 | void InstanceManagerDialog::exploreBaseDirectory() |
| 472 | { |
| 473 | if (const auto* i = singleSelection()) { |
| 474 | shell::Explore(i->baseDirectory()); |
| 475 | } |
| 476 | } |
| 477 | |
| 478 | void InstanceManagerDialog::exploreGame() |
| 479 | { |
nothing calls this directly
no test coverage detected