Fix Linux OpenFolderAndSelectItem 1

This commit is contained in:
Natsumi
2025-05-26 20:23:16 +10:00
parent 83982ecde7
commit 0b741a0305
+5 -5
View File
@@ -240,11 +240,11 @@ namespace VRCX
{ "nautilus", path }, { "nautilus", path },
{ "nemo", path }, { "nemo", path },
{ "thunar", path }, { "thunar", path },
{ "caja", path }, { "caja", $"--select \"{path}\"" },
{ "pcmanfm", path }, { "pcmanfm-qt", directoryPath },
{ "dolphin", path }, { "pcmanfm", directoryPath },
{ "ranger", path }, { "dolphin", $"--select \"{path}\"" },
{ "konqueror", path }, { "konqueror", $"--select \"{path}\"" },
{ "xdg-open", directoryPath } { "xdg-open", directoryPath }
}; };