mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-20 18:33:38 -04:00
Add random icon on top widget
Added RandomArticleAction in topwidget for moving to random pages easily.
This commit is contained in:
parent
04a4b4b179
commit
67ee5cf572
@ -26,6 +26,9 @@ TopWidget::TopWidget(QWidget *parent) :
|
||||
});
|
||||
addAction(forward);
|
||||
|
||||
QAction *random = app->getAction(KiwixApp::RandomArticleAction);
|
||||
addAction(random);
|
||||
|
||||
// For CSS
|
||||
if (QGuiApplication::isLeftToRight()) {
|
||||
widgetForAction(back)->setObjectName("leftHistoryButton");
|
||||
|
Loading…
x
Reference in New Issue
Block a user