Skip to content

Commit 5ec8ae1

Browse files
committed
ux: use CheckCircled instead of Check icon for stash apply context menu
Signed-off-by: leo <[email protected]>
1 parent 2d91fed commit 5ec8ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ViewModels/StashesPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public ContextMenu MakeContextMenu(Models.Stash stash)
142142

143143
var apply = new MenuItem();
144144
apply.Header = App.Text("StashCM.Apply");
145-
apply.Icon = App.CreateMenuIcon("Icons.Check");
145+
apply.Icon = App.CreateMenuIcon("Icons.CheckCircled");
146146
apply.Click += (_, ev) =>
147147
{
148148
if (_repo.CanCreatePopup())

0 commit comments

Comments
 (0)