NOISSUE add button for opening the config folder from mods pages
This commit is contained in:
parent
dccf9d7219
commit
ce70407363
5 changed files with 22 additions and 1 deletions
|
@ -185,6 +185,11 @@ void ModFolderPage::on_rmModBtn_clicked()
|
|||
m_mods->deleteMods(selection.indexes());
|
||||
}
|
||||
|
||||
void ModFolderPage::on_configFolderBtn_clicked()
|
||||
{
|
||||
DesktopServices::openDirectory(m_inst->instanceConfigFolder(), true);
|
||||
}
|
||||
|
||||
void ModFolderPage::on_viewModBtn_clicked()
|
||||
{
|
||||
DesktopServices::openDirectory(m_mods->dir().absolutePath(), true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue