Show hint bar only when control panel is not visible
This commit is contained in:
parent
7e33b57974
commit
2af7c31ba1
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue