mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
enhance: add a button to clear all notifications (#950)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
37e5926388
commit
011a415949
6 changed files with 27 additions and 2 deletions
|
@ -45,6 +45,11 @@ namespace SourceGit.ViewModels
|
|||
_data = repo;
|
||||
}
|
||||
|
||||
public void ClearNotifications()
|
||||
{
|
||||
Notifications.Clear();
|
||||
}
|
||||
|
||||
public void CopyPath()
|
||||
{
|
||||
if (_node.IsRepository)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue