Comment the old sounds related code
This commit is contained in:
parent
57f153055e
commit
9678c93914
1 changed files with 3 additions and 1 deletions
|
@ -67,8 +67,9 @@ Page {
|
||||||
Button {
|
Button {
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
text: qsTr("Code and feedback")
|
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 {
|
Label {
|
||||||
x: Theme.paddingLarge
|
x: Theme.paddingLarge
|
||||||
text: qsTr("Sounds")
|
text: qsTr("Sounds")
|
||||||
|
@ -95,6 +96,7 @@ Page {
|
||||||
text: qsTr("Lower limit")
|
text: qsTr("Lower limit")
|
||||||
onClicked: Qt.openUrlExternally("https://notificationsounds.com/notification-sounds/unsure-566")
|
onClicked: Qt.openUrlExternally("https://notificationsounds.com/notification-sounds/unsure-566")
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue