diff --git a/images/dark/icon-stash-pop.svg b/images/dark/icon-stash-pop.svg
index fa16ee2..e014d0a 100644
--- a/images/dark/icon-stash-pop.svg
+++ b/images/dark/icon-stash-pop.svg
@@ -1,6 +1,6 @@
diff --git a/images/dark/icon-stash-save.svg b/images/dark/icon-stash-save.svg
index 32c6755..8fa5f1b 100644
--- a/images/dark/icon-stash-save.svg
+++ b/images/dark/icon-stash-save.svg
@@ -1,6 +1,6 @@
diff --git a/images/light/icon-stash-pop.svg b/images/light/icon-stash-pop.svg
index c3944a8..bd531e0 100644
--- a/images/light/icon-stash-pop.svg
+++ b/images/light/icon-stash-pop.svg
@@ -1,6 +1,6 @@
diff --git a/images/light/icon-stash-save.svg b/images/light/icon-stash-save.svg
index 144ccd0..c741f46 100644
--- a/images/light/icon-stash-save.svg
+++ b/images/light/icon-stash-save.svg
@@ -1,6 +1,6 @@
diff --git a/package.json b/package.json
index ea0c40a..69adf5a 100644
--- a/package.json
+++ b/package.json
@@ -3442,6 +3442,11 @@
{
"command": "gitlens.stashApply",
"when": "viewItem == gitlens:stash",
+ "group": "inline@1"
+ },
+ {
+ "command": "gitlens.stashApply",
+ "when": "viewItem == gitlens:stash",
"group": "1_gitlens@1"
},
{