pass new options down to custom notifications form

This commit is contained in:
mshafer1
2024-12-20 21:46:45 -06:00
parent 42421d9820
commit 5414aa4996
2 changed files with 9 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ namespace ntfysh_client
InitializeWindowHidden();
}
public void ShowNotification(string title, string message, int timeout_ms = -1, ToolTipIcon? icon = null)
public void ShowNotification(string title, string message, int timeout_ms = -1, ToolTipIcon? icon = null, bool showTimeOutBar = true, bool showInDarkMode = true)
{
if (this.IsVisible)
{