Some OSD notifications

This commit is contained in:
Serge
2023-05-20 21:51:02 +02:00
parent 09e6676b7c
commit 9f56959c67
10 changed files with 115 additions and 35 deletions

View File

@@ -152,9 +152,9 @@ namespace GHelper
}
public void RunToast(string text)
public void RunToast(string text, ToastIcon? icon = null)
{
toast.RunToast(text);
toast.RunToast(text, icon);
}
public void SetContextMenu()