Change status icons

This commit is contained in:
Natsumi
2024-05-23 21:15:31 +12:00
parent 1e6c8cdef6
commit 45dfc82afc
8 changed files with 74 additions and 22 deletions

View File

@@ -148,6 +148,11 @@ namespace VRCX
VRCXVR.Instance.Restart();
}
public void SetZoom(int zoomLevel)
{
MainForm.Instance.Browser.SetZoomLevel(zoomLevel);
}
/// <summary>
/// Retrieves an image from the VRChat API and caches it for future use. The function will return the cached image if it already exists.
/// </summary>