mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 22:03:50 +02:00
Fix Linux OpenFolderAndSelectItem 1
This commit is contained in:
@@ -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 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user