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 15, 2024
1 parent 2f72d54 commit 81f1dd5
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 81f1dd5

Please sign in to comment.