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:
Jonathan Rainville 2022-03-17 15:08:51 -04:00 committed by Michał Cieślak
parent 66b5b9d34b
commit d2911c42ab
1 changed files with 1 additions and 1 deletions

View File

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