mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37: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);
|
||||
});
|
||||
|
||||
menu->addAction(app->getAction(KiwixApp::SavePageAsAction));
|
||||
return menu;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user