Make EditAccount show a spinner until ready
Instead of crashing if userInfo is not yet available. statusMessage is removed for now from UserUpdated events, and the users model items will have a "loading" property.
This commit is contained in:
@@ -53,7 +53,7 @@ Column {
|
||||
visible: false // TODO
|
||||
|
||||
id: statusEdit
|
||||
text: userInfo.statusMessage
|
||||
// text: userInfo.statusMessage
|
||||
placeholderText: qsTr("Set status message")
|
||||
font.pixelSize: theme.fontSize.small
|
||||
background: null
|
||||
|
||||
Reference in New Issue
Block a user