enhance: add a button to clear all notifications (#950)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-02-11 15:15:27 +08:00
parent 37e5926388
commit 011a415949
No known key found for this signature in database
6 changed files with 27 additions and 2 deletions

View file

@ -45,6 +45,11 @@ namespace SourceGit.ViewModels
_data = repo;
}
public void ClearNotifications()
{
Notifications.Clear();
}
public void CopyPath()
{
if (_node.IsRepository)