We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CheckCircled
Check
1 parent 2d91fed commit 5ec8ae1Copy full SHA for 5ec8ae1
src/ViewModels/StashesPage.cs
@@ -142,7 +142,7 @@ public ContextMenu MakeContextMenu(Models.Stash stash)
142
143
var apply = new MenuItem();
144
apply.Header = App.Text("StashCM.Apply");
145
- apply.Icon = App.CreateMenuIcon("Icons.Check");
+ apply.Icon = App.CreateMenuIcon("Icons.CheckCircled");
146
apply.Click += (_, ev) =>
147
{
148
if (_repo.CanCreatePopup())
0 commit comments