fix(StatusIconSettings): set charactersLen to 1 by default (#581)
This caused a breaking change where components that used to imply 1 charactersLen now showed no character at all because it defaulted to 0.
This commit is contained in:
parent
66b5b9d34b
commit
d2911c42ab
|
@ -14,7 +14,7 @@ QtObject {
|
|||
property int rotation
|
||||
property bool isLetterIdenticon
|
||||
property int letterSize
|
||||
property int charactersLen
|
||||
property int charactersLen: 1
|
||||
property string emoji
|
||||
property string emojiSize
|
||||
property StatusIconBackgroundSettings background: StatusIconBackgroundSettings {}
|
||||
|
|
Loading…
Reference in New Issue