mirror of
https://github.com/2dust/v2rayN.git
synced 2026-08-25 16:42:11 +03:00
Rename IsOSX to IsMacOS in Utils and usages
This commit is contained in:
@@ -511,7 +511,7 @@ public class MainWindowViewModel : MyReactiveObject
|
||||
{
|
||||
ProcUtils.ProcessStart("xdg-open", path);
|
||||
}
|
||||
else if (Utils.IsOSX())
|
||||
else if (Utils.IsMacOS())
|
||||
{
|
||||
ProcUtils.ProcessStart("open", path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user