Skip to content

Commit

Permalink
don't show BrailleViewStub stub
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPudashkin committed Jul 5, 2023
1 parent 377dfef commit 06904c2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/stubs/braille/qml/MuseScore/Braille/BrailleView.qml
Expand Up @@ -29,13 +29,10 @@ Item {
id: root

property NavigationPanel navigationPanel: NavigationPanel {
name: "BrailleView"
enabled: root.enabled && root.visible
name: "BrailleViewStub"
enabled: false
direction: NavigationPanel.Both
}

StyledTextLabel {
anchors.centerIn: parent
text: "BrailleView stub"
}
visible: false
}

0 comments on commit 06904c2

Please sign in to comment.