We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba2e38 commit bf0c00aCopy full SHA for bf0c00a
meshroom/ui/qml/AboutDialog.qml
@@ -67,7 +67,14 @@ Dialog {
67
font.pointSize: 21
68
palette.buttonText: root.palette.link
69
ToolTip.text: "AliceVision Website"
70
- onClicked: Qt.openUrlExternally("https://alicevision.github.io")
+ onClicked: Qt.openUrlExternally("https://alicevision.org")
71
+ }
72
+ MaterialToolButton {
73
+ text: MaterialIcons.favorite
74
+ font.pointSize: 21
75
+ palette.buttonText: root.palette.link
76
+ ToolTip.text: "Donate to get a better software"
77
+ onClicked: Qt.openUrlExternally("https://alicevision.org/association/#donate")
78
}
79
ToolButton {
80
icon.source: "../img/GitHub-Mark-Light-32px.png"
0 commit comments