mirror of https://github.com/2dust/v2rayN
Update MainWindowViewModel.cs
parent
3158e400ae
commit
4e68325fe5
|
@ -488,7 +488,7 @@ public class MainWindowViewModel : MyReactiveObject
|
|||
}
|
||||
else if (Utils.IsLinux())
|
||||
{
|
||||
ProcUtils.ProcessStart("nautilus", path);
|
||||
ProcUtils.ProcessStart("xdg-open", path);
|
||||
}
|
||||
else if (Utils.IsOSX())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue