Skip to content

Commit

Permalink
remove preference check
Browse files Browse the repository at this point in the history
  • Loading branch information
yuletide committed Mar 31, 2019
1 parent 482a88f commit 4371ff3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qml/Screens/S4MK3/Views/TrackDeck.qml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ Item {

Text {
id: keyText
text: deckInfo.hasKey ? (prefs.camelotKey ? utils.convertToCamelot(deckInfo.keyString) : deckInfo.keyString) : "No key"
font.pixelSize: 24
text: deckInfo.hasKey ? utils.convertToCamelot(deckInfo.keyString) : "No key" font.pixelSize: 24
font.family: "Roboto"
font.weight: Font.Normal
color: colors.colorWhite
Expand Down

0 comments on commit 4371ff3

Please sign in to comment.