Add website and discord to the About page

This commit is contained in:
woblight
2024-08-15 12:26:41 +02:00
parent 13a62d2926
commit 2226301e16
+10
View File
@@ -148,6 +148,16 @@ ApplicationWindow {
onLinkActivated: Qt.openUrlExternally(link)
textFormat: Text.RichText
}
Label {
text: "Website: <a href=\"https://woblight.gitlab.io/overview/gitaddonsmanager/\">woblight.gitlab.io</a>"
onLinkActivated: Qt.openUrlExternally(link)
textFormat: Text.RichText
}
Label {
text: "Discord: <a href=\"https://discord.gg/YZQcPMQ\">YZQcPMQ</a>"
onLinkActivated: Qt.openUrlExternally(link)
textFormat: Text.RichText
}
RowLayout {
Label {
text: "Version:"