Skip to content

Commit

Permalink
Fix new version url
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymiiOrg authored Jan 5, 2024
1 parent d2d359c commit cdb4e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Window {
anchors.fill: parent
onClicked: {
newVersionBar.visible = false
Qt.openUrlExternally("https://raymii.org.nl")
Qt.openUrlExternally("https://raymii.org")
}
}
}
Expand Down

0 comments on commit cdb4e63

Please sign in to comment.