mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
VR overlay progress bar filter
This commit is contained in:
@@ -140,7 +140,7 @@ namespace VRCX
|
||||
{
|
||||
_browser1.RenderToTexture(_texture1);
|
||||
}
|
||||
if ("true".Equals(SharedVariable.Instance.Get("config:vrcx_overlaynotifications")))
|
||||
if ("true".Equals(SharedVariable.Instance.Get("config:vrcx_overlaynotifications")) || "true".Equals(SharedVariable.Instance.Get("config:vrcx_progresspie")))
|
||||
{
|
||||
_browser2.RenderToTexture(_texture2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user