From 45d90a61f8ceb36d302c90ad8d02d3ded964c92d Mon Sep 17 00:00:00 2001 From: arnav dhamija Date: Tue, 27 Sep 2016 10:11:44 +0530 Subject: [PATCH] Found an icon for the button --- src/dolphinmainwindow.cpp | 1 + 1 file changed, 1 insertion(+) 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); -- 2.47.3