This commit is contained in:
Trial97 2024-03-27 18:55:34 +02:00
commit f6572c1244
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
131 changed files with 1189 additions and 748 deletions

View file

@ -291,12 +291,12 @@ void ExternalResourcesPage::disableItem()
void ExternalResourcesPage::viewConfigs()
{
DesktopServices::openDirectory(m_instance->instanceConfigFolder(), true);
DesktopServices::openPath(m_instance->instanceConfigFolder(), true);
}
void ExternalResourcesPage::viewFolder()
{
DesktopServices::openDirectory(m_model->dir().absolutePath(), true);
DesktopServices::openPath(m_model->dir().absolutePath(), true);
}
bool ExternalResourcesPage::current(const QModelIndex& current, const QModelIndex& previous)