mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Better handling of video errors
This commit is contained in:
@@ -12,6 +12,7 @@ namespace VRCX
|
||||
/// <param name="title">The title of the notification.</param>
|
||||
/// <param name="content">The content of the notification.</param>
|
||||
/// <param name="timeout">The duration of the notification in milliseconds.</param>
|
||||
/// <param name="opacity">The opacity of the notification (0.0 to 1.0).</param>
|
||||
/// <param name="image">The optional image to display in the notification.</param>
|
||||
public void XSNotification(string title, string content, int timeout, double opacity, string image = "")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user