Added Save Page to context menu

This commit is contained in:
ShaopengLin 2024-08-30 05:35:26 -04:00 committed by Kelson
parent fc029c7fe3
commit 7fcd6b5256

View File

@ -271,6 +271,7 @@ QMenu* WebView::createStandardContextMenu() {
KiwixApp::instance()->getTabWidget()->triggerWebPageAction(QWebEnginePage::Forward);
});
menu->addAction(app->getAction(KiwixApp::SavePageAsAction));
return menu;
}