mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
PT Run Service notification improvements (#9772)
This commit is contained in:
committed by
GitHub
parent
a29b3aa500
commit
ff4a78a7f9
@@ -78,7 +78,8 @@ namespace Wox.Plugin
|
||||
/// <summary>
|
||||
/// Show toast notification
|
||||
/// </summary>
|
||||
/// <param name="text">Notification text</param>
|
||||
void ShowNotification(string text);
|
||||
/// <param name="text">Notification main text</param>
|
||||
/// <param name="secondaryText">Notification optional text</param>
|
||||
void ShowNotification(string text, string secondaryText = null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user