Better handling of video errors

This commit is contained in:
Natsumi
2025-06-25 00:56:04 +12:00
parent c2a5c51234
commit c7fef6e00a
3 changed files with 15 additions and 19 deletions

View File

@@ -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 = "")
{