mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
use cookies when fetching noty images
This commit is contained in:
@@ -238,9 +238,9 @@ namespace VRCX
|
||||
return CpuMonitor.Instance.CpuUsage;
|
||||
}
|
||||
|
||||
public string GetImage(string url, string fileId, string version)
|
||||
public string GetImage(string url, string fileId, string version, string appVersion)
|
||||
{
|
||||
return ImageCache.GetImage(url, fileId, version);
|
||||
return ImageCache.GetImage(url, fileId, version, appVersion);
|
||||
}
|
||||
|
||||
public void DesktopNotification(string BoldText, string Text, string Image)
|
||||
|
||||
Reference in New Issue
Block a user