From 2226301e16718a4570dc6997a5c7c4d528ecdc76 Mon Sep 17 00:00:00 2001 From: woblight Date: Thu, 15 Aug 2024 12:26:41 +0200 Subject: [PATCH] Add website and discord to the About page --- main.qml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/main.qml b/main.qml index 92b818c..487195c 100644 --- a/main.qml +++ b/main.qml @@ -148,6 +148,16 @@ ApplicationWindow { onLinkActivated: Qt.openUrlExternally(link) textFormat: Text.RichText } + Label { + text: "Website: woblight.gitlab.io" + onLinkActivated: Qt.openUrlExternally(link) + textFormat: Text.RichText + } + Label { + text: "Discord: YZQcPMQ" + onLinkActivated: Qt.openUrlExternally(link) + textFormat: Text.RichText + } RowLayout { Label { text: "Version:"