mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Some OSD notifications
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user