Skip to content

Commit

Permalink
[ui] "About" dialog: Update GitHub links to Meshroom's repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cbentejac committed Jan 6, 2025
1 parent 170c683 commit 728f2ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meshroom/ui/qml/AboutDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ Dialog {
icon.color: palette.text
ToolTip.text: "Meshroom on Github"
ToolTip.visible: hovered
onClicked: Qt.openUrlExternally("https://github.com/alicevision/meshroom")
onClicked: Qt.openUrlExternally("https://github.com/alicevision/Meshroom")
}
MaterialToolButton {
text: MaterialIcons.bug_report
font.pointSize: 21
ToolTip.text: "Report a Bug (GitHub account required)"
property string body: "**Configuration**\n" + config.text
onClicked: Qt.openUrlExternally("https://github.com/alicevision/meshroom/issues/new?body="+body)
property string body: "**Configuration**\n\n" + config.text
onClicked: Qt.openUrlExternally("https://github.com/alicevision/Meshroom/issues/new?body="+body)
}
MaterialToolButton {
text: MaterialIcons.forum
Expand Down

0 comments on commit 728f2ea

Please sign in to comment.