Skip to content

Commit

Permalink
Added Save Page to context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaopengLin committed Aug 19, 2024
1 parent d3296c4 commit 1d3deb4
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
Expand Up @@ -269,6 +269,7 @@ QMenu* WebView::createStandardContextMenu() {
KiwixApp::instance()->getTabWidget()->triggerWebPageAction(QWebEnginePage::Forward);
});

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

Expand Down

0 comments on commit 1d3deb4

Please sign in to comment.