Fix Linux OpenFolderAndSelectItem 1

This commit is contained in:
Natsumi
2025-05-26 20:23:16 +10:00
parent 83982ecde7
commit 0b741a0305

View File

@@ -240,11 +240,11 @@ namespace VRCX
{ "nautilus", path },
{ "nemo", path },
{ "thunar", path },
{ "caja", path },
{ "pcmanfm", path },
{ "dolphin", path },
{ "ranger", path },
{ "konqueror", path },
{ "caja", $"--select \"{path}\"" },
{ "pcmanfm-qt", directoryPath },
{ "pcmanfm", directoryPath },
{ "dolphin", $"--select \"{path}\"" },
{ "konqueror", $"--select \"{path}\"" },
{ "xdg-open", directoryPath }
};