┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dolphinmainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index db9c34c6a..30498952c 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -1050,6 +1050,7 @@ void DolphinMainWindow::setupActions()
actionCollection()->setDefaultShortcut(stashSplit, Qt::Key_F2);
stashSplit->setText(i18nc("@action:intoolbar Stash", "Stash"));
stashSplit->setToolTip(i18nc("@info", "Opens the stash virtual directory in a split window"));
+ stashSplit->setIcon(QIcon::fromTheme(QStringLiteral("folder-visiting")));
stashSplit->setCheckable(true);
connect(stashSplit, &QAction::triggered, this, &DolphinMainWindow::toggleSplitStash);