QML UI: hide action button

So far this just comments out the code that enables the action button. Let's
see feedback from the testers.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-01-04 13:15:33 -08:00
parent c53aa7dbfb
commit 72ce77a5ee
2 changed files with 4 additions and 0 deletions

View file

@ -55,6 +55,7 @@ Rectangle {
Layout.fillWidth: true
color: "transparent"
/*
Connections {
target: flickable
property real oldContentY: (flickable == null) ? 0 : flickable.contentY
@ -64,4 +65,5 @@ Rectangle {
oldContentY = flickable.contentY;
}
}
*/
}