summaryrefslogtreecommitdiffstats
path: root/app/Onscreen.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/Onscreen.qml')
-rw-r--r--app/Onscreen.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Onscreen.qml b/app/Onscreen.qml
index 76538cf..4d5ec99 100644
--- a/app/Onscreen.qml
+++ b/app/Onscreen.qml
@@ -94,7 +94,6 @@ Rectangle {
id: btn1
visible: btn1Name == "" ? false : true
text: btn1Name
- highlighted: true
onClicked: {
eventHandler.onScreenReply(btn1.text)
}
@@ -105,7 +104,6 @@ Rectangle {
id: btn2
visible: btn2Name == "" ? false : true
text: btn2Name
- highlighted: true
onClicked: {
eventHandler.onScreenReply(btn2.text)
}
@@ -116,7 +114,6 @@ Rectangle {
id: btn3
visible: btn3Name == "" ? false : true
text: btn3Name
- highlighted: true
onClicked: {
eventHandler.onScreenReply(btn3.text)
}