Added core update function for macos

This commit is contained in:
2dust
2024-11-25 20:31:12 +08:00
parent 49a3c84fc5
commit d9c22de6b8
8 changed files with 36 additions and 3 deletions

View File

@@ -218,6 +218,11 @@ namespace v2rayN.Desktop.Views
.ToList();
return lst;
}
else if (Utils.IsOSX())
{
//TODO
return lstFonts;
}
}
catch (Exception ex)
{