summaryrefslogtreecommitdiffstats
path: root/startupscreen/UsbButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'startupscreen/UsbButton.qml')
-rw-r--r--startupscreen/UsbButton.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/startupscreen/UsbButton.qml b/startupscreen/UsbButton.qml
index 315f9c8..ce4a554 100644
--- a/startupscreen/UsbButton.qml
+++ b/startupscreen/UsbButton.qml
@@ -60,13 +60,6 @@ Item {
state: !available ? "" : (connected ? "connected" : "error")
- Rectangle {
- id: buttonBackground
- anchors.fill: parent
- color: "#3a4055"
- radius: 0
- }
-
// changing button state
MouseArea {
anchors.fill: parent