mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 02:15:00 +00:00
ux: use CheckCircled
instead of Check
icon for stash apply context menu
Some checks are pending
Some checks are pending
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
2d91fed05e
commit
5ec8ae1296
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ namespace SourceGit.ViewModels
|
|||
|
||||
var apply = new MenuItem();
|
||||
apply.Header = App.Text("StashCM.Apply");
|
||||
apply.Icon = App.CreateMenuIcon("Icons.Check");
|
||||
apply.Icon = App.CreateMenuIcon("Icons.CheckCircled");
|
||||
apply.Click += (_, ev) =>
|
||||
{
|
||||
if (_repo.CanCreatePopup())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue