Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
485
void InstanceManagerDialog::openINI()
486
{
487
if (const auto* i = singleSelection()) {
488
shell::Open(i->iniPath());
489
}
490
}
491
492
void InstanceManagerDialog::deleteInstance()
493
{
Callers
nothing calls this directly
Calls
1
iniPath
Method · 0.80
Tested by
no test coverage detected