mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 11:59:13 +00:00
Update MainWindowViewModel.cs
This commit is contained in:
parent
3158e400ae
commit
4e68325fe5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue