mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Fix notifications crashing and table buttons moving on hover
This commit is contained in:
@@ -89,7 +89,7 @@ namespace VRCX
|
||||
/// <param name="body">The content of the notification.</param>
|
||||
/// <param name="timeout">[CURRENTLY UNUSED]The timeout of the notification.</param>
|
||||
/// <param name="image">The image of the notification.</param>
|
||||
public void OVRTNotification(bool hudNotification, bool wristNotification, string title, string body, int timeout, int opacity, string image = "")
|
||||
public void OVRTNotification(bool hudNotification, bool wristNotification, string title, string body, int timeout, double opacity, string image = "")
|
||||
{
|
||||
List<OvrtMessage> messages = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user