Skip to content

Commit

Permalink
Merge pull request #1279 from ChemicalXandco/online_documentation_link
Browse files Browse the repository at this point in the history
[ui] add link to online documentation in 'Help' menu
  • Loading branch information
fabiencastan authored Feb 15, 2021
2 parents 31c8473 + 4da3bbf commit 4cb2c3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meshroom/ui/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,10 @@ ApplicationWindow {
}
Menu {
title: "Help"
Action {
text: "Online Documentation"
onTriggered: Qt.openUrlExternally("https://meshroom-manual.readthedocs.io")
}
Action {
text: "About Meshroom"
onTriggered: aboutDialog.open()
Expand Down

0 comments on commit 4cb2c3f

Please sign in to comment.