mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00:00
ux: add a new icon Icons.Stashes.Add
This commit is contained in:
parent
ba94f017cd
commit
58357f031d
3 changed files with 6 additions and 5 deletions
|
@ -491,7 +491,7 @@ namespace SourceGit.ViewModels
|
|||
|
||||
var stash = new MenuItem();
|
||||
stash.Header = App.Text("FileCM.Stash");
|
||||
stash.Icon = App.CreateMenuIcon("Icons.Stashes");
|
||||
stash.Icon = App.CreateMenuIcon("Icons.Stashes.Add");
|
||||
stash.Click += (_, e) =>
|
||||
{
|
||||
if (PopupHost.CanCreatePopup())
|
||||
|
@ -815,7 +815,7 @@ namespace SourceGit.ViewModels
|
|||
|
||||
var stash = new MenuItem();
|
||||
stash.Header = App.Text("FileCM.StashMulti", _selectedUnstaged.Count);
|
||||
stash.Icon = App.CreateMenuIcon("Icons.Stashes");
|
||||
stash.Icon = App.CreateMenuIcon("Icons.Stashes.Add");
|
||||
stash.Click += (_, e) =>
|
||||
{
|
||||
if (PopupHost.CanCreatePopup())
|
||||
|
@ -900,7 +900,7 @@ namespace SourceGit.ViewModels
|
|||
|
||||
var stash = new MenuItem();
|
||||
stash.Header = App.Text("FileCM.Stash");
|
||||
stash.Icon = App.CreateMenuIcon("Icons.Stashes");
|
||||
stash.Icon = App.CreateMenuIcon("Icons.Stashes.Add");
|
||||
stash.Click += (_, e) =>
|
||||
{
|
||||
if (PopupHost.CanCreatePopup())
|
||||
|
@ -1057,7 +1057,7 @@ namespace SourceGit.ViewModels
|
|||
|
||||
var stash = new MenuItem();
|
||||
stash.Header = App.Text("FileCM.StashMulti", _selectedStaged.Count);
|
||||
stash.Icon = App.CreateMenuIcon("Icons.Stashes");
|
||||
stash.Icon = App.CreateMenuIcon("Icons.Stashes.Add");
|
||||
stash.Click += (_, e) =>
|
||||
{
|
||||
if (PopupHost.CanCreatePopup())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue