style(lockscreen): remove lock emoji from input field and avatar fallback
This commit is contained in:
parent
996579c7c5
commit
7f41c5ebae
@ -165,7 +165,7 @@ Item {
|
||||
// Avatar Icon / Initial Badge
|
||||
Text {
|
||||
anchors.centerIn: parent
|
||||
text: LockscreenService.username ? LockscreenService.username.charAt(0).toUpperCase() : "🔒"
|
||||
text: LockscreenService.username ? LockscreenService.username.charAt(0).toUpperCase() : "U"
|
||||
color: Theme.accent
|
||||
font.pixelSize: 42
|
||||
font.weight: Font.Bold
|
||||
@ -230,13 +230,6 @@ Item {
|
||||
Layout.fillWidth: true
|
||||
spacing: 12
|
||||
|
||||
// Lock Icon
|
||||
Text {
|
||||
text: "🔒"
|
||||
font.pixelSize: 18
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
}
|
||||
|
||||
// Password Visual Placeholder / Input Area
|
||||
Rectangle {
|
||||
Layout.fillWidth: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user