aboutsummaryrefslogtreecommitdiff
path: root/qdeduper
diff options
context:
space:
mode:
Diffstat (limited to 'qdeduper')
-rw-r--r--qdeduper/mingui.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/qdeduper/mingui.cpp b/qdeduper/mingui.cpp
index 8811feb..ee4f013 100644
--- a/qdeduper/mingui.cpp
+++ b/qdeduper/mingui.cpp
@@ -202,6 +202,7 @@ void DeduperMainWindow::setup_menu()
this->addAction(prvgrp);
QAction *skip = view->addAction("Skip to Group...");
+ skip->setIcon(this->style()->standardIcon(QStyle::StandardPixmap::SP_ArrowUp));
menuact["skip_group"] = skip;
skip->setShortcut(QKeySequence(Qt::Key::Key_B));
QObject::connect(skip, &QAction::triggered, [this] {
@@ -233,6 +234,7 @@ void DeduperMainWindow::setup_menu()
this->addToolBar(tb);
tb->addAction(prvgrp);
tb->addAction(nxtgrp);
+ tb->addAction(skip);
tb->setToolButtonStyle(Qt::ToolButtonStyle::ToolButtonTextBesideIcon);
}
void DeduperMainWindow::update_actions()