Added core update function for macos
This commit is contained in:
@@ -218,6 +218,11 @@ namespace v2rayN.Desktop.Views
|
||||
.ToList();
|
||||
return lst;
|
||||
}
|
||||
else if (Utils.IsOSX())
|
||||
{
|
||||
//TODO
|
||||
return lstFonts;
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user