mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-23 03:58:56 -04:00
Added Save Page to context menu
This commit is contained in:
parent
fc029c7fe3
commit
7fcd6b5256
@ -271,6 +271,7 @@ QMenu* WebView::createStandardContextMenu() {
|
|||||||
KiwixApp::instance()->getTabWidget()->triggerWebPageAction(QWebEnginePage::Forward);
|
KiwixApp::instance()->getTabWidget()->triggerWebPageAction(QWebEnginePage::Forward);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
menu->addAction(app->getAction(KiwixApp::SavePageAsAction));
|
||||||
return menu;
|
return menu;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user