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

Method openINI

src/instancemanagerdialog.cpp:485–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485void InstanceManagerDialog::openINI()
486{
487 if (const auto* i = singleSelection()) {
488 shell::Open(i->iniPath());
489 }
490}
491
492void InstanceManagerDialog::deleteInstance()
493{

Callers

nothing calls this directly

Calls 1

iniPathMethod · 0.80

Tested by

no test coverage detected