diff --git a/meshroom/ui/qml/main.qml b/meshroom/ui/qml/main.qml index 7f18215b..523ea399 100755 --- a/meshroom/ui/qml/main.qml +++ b/meshroom/ui/qml/main.qml @@ -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()