From 9678c93914fe93a5b32612d7aae06e4644eff36b Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sat, 5 Jan 2019 23:41:59 +0200 Subject: [PATCH] Comment the old sounds related code --- qml/pages/AboutPage.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qml/pages/AboutPage.qml b/qml/pages/AboutPage.qml index f279006..aa527ac 100644 --- a/qml/pages/AboutPage.qml +++ b/qml/pages/AboutPage.qml @@ -67,8 +67,9 @@ Page { Button { anchors.horizontalCenter: parent.horizontalCenter text: qsTr("Code and feedback") - onClicked: Qt.openUrlExternally("http://www.github.com/direc85/harbour-countme2") + onClicked: Qt.openUrlExternally("http://www.github.com/direc85/harbour-batterybuddy") } + /* Label { x: Theme.paddingLarge text: qsTr("Sounds") @@ -95,6 +96,7 @@ Page { text: qsTr("Lower limit") onClicked: Qt.openUrlExternally("https://notificationsounds.com/notification-sounds/unsure-566") } + */ } }