Removing test mode on battery

This commit is contained in:
LemmyCook 2025-09-14 17:21:38 -04:00
parent 118323e6b5
commit 19312d94c3
8 changed files with 19 additions and 18 deletions

View file

@ -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: {