Show hint bar only when control panel is not visible

This commit is contained in:
Muki 2019-03-02 15:13:23 +01:00
parent 7e33b57974
commit 2af7c31ba1

View file

@ -554,7 +554,7 @@ Page {
anchors.bottom: parent.bottom
backgroundColor: Theme.highlightDimmerColor
Behavior on opacity { FadeAnimation { duration: 400 } }
opacity: settings.getHint1Done() ? 0.0 : 1.0
opacity: bar.open || settings.getHint1Done() ? 0.0 : 1.0
visible: opacity != 0
text: qsTr("One-tap to open article, double-tap to mark as read")