Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Save Page to context menu
Browse files Browse the repository at this point in the history
ShaopengLin committed Aug 30, 2024

Verified

This commit was signed with the committer’s verified signature.
rouault Even Rouault
1 parent e157df5 commit 0465442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webview.cpp
Original file line number Diff line number Diff line change
@@ -271,6 +271,7 @@ QMenu* WebView::createStandardContextMenu() {
KiwixApp::instance()->getTabWidget()->triggerWebPageAction(QWebEnginePage::Forward);
});

menu->addAction(app->getAction(KiwixApp::SavePageAsAction));
return menu;
}

0 comments on commit 0465442

Please sign in to comment.