Removing test mode on battery
This commit is contained in:
parent
118323e6b5
commit
19312d94c3
8 changed files with 19 additions and 18 deletions
|
|
@ -48,7 +48,7 @@ Item {
|
|||
text: currentLayout.toUpperCase()
|
||||
tooltipText: "Keyboard layout: " + currentLayout.toUpperCase()
|
||||
forceOpen: root.displayMode === "forceOpen"
|
||||
forceClosed: root.displayMode === "alwaysHide"
|
||||
forceClose: root.displayMode === "alwaysHide"
|
||||
fontSize: Style.fontSizeS // Use larger font size
|
||||
|
||||
onClicked: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue