mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 21:30:37 +08:00
ux: use CheckCircled instead of Check icon for stash apply context menu
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user