diff options
| author | arnav dhamija <[email protected]> | 2016-09-27 10:11:44 +0530 |
|---|---|---|
| committer | arnav dhamija <[email protected]> | 2016-09-27 10:11:44 +0530 |
| commit | 45d90a61f8ceb36d302c90ad8d02d3ded964c92d (patch) | |
| tree | 0a4eb896cbc21f55ed63471625f3d01582de71c7 | |
| parent | 2704b3693f86b31ac033597c63898c3aef16edf7 (diff) | |
Found an icon for the button
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
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); |
