fix kb layout anim in lock screen (#1942)

This commit is contained in:
end-4
2025-09-09 20:34:49 +02:00
parent f648137a8e
commit f0570b0e20
@@ -194,13 +194,15 @@ MouseArea {
iconSize: Appearance.font.pixelSize.huge iconSize: Appearance.font.pixelSize.huge
color: Appearance.colors.colOnSurfaceVariant color: Appearance.colors.colOnSurfaceVariant
} }
StyledText { Loader {
sourceComponent: StyledText {
text: HyprlandXkb.currentLayoutCode text: HyprlandXkb.currentLayoutCode
color: Appearance.colors.colOnSurfaceVariant color: Appearance.colors.colOnSurfaceVariant
animateChange: true animateChange: true
} }
} }
} }
}
// Keyboard layout (Fcitx) // Keyboard layout (Fcitx)
Bar.SysTray { Bar.SysTray {