fix: open paths directly

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit 0ccdcd23e3)
This commit is contained in:
Sefa Eyeoglu
2023-12-14 13:02:24 +01:00
committed by github-actions[bot]
parent 7d9b95b4ce
commit 6f5d074b4b
11 changed files with 52 additions and 93 deletions

View File

@ -159,5 +159,5 @@ IconPickerDialog::~IconPickerDialog()
void IconPickerDialog::openFolder()
{
DesktopServices::openDirectory(APPLICATION->icons()->getDirectory(), true);
DesktopServices::openPath(APPLICATION->icons()->getDirectory(), true);
}