Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
currentAccountAvatar.source = ""\r
currentAccountAvatar.source = "image://avatars/currentUser"\r
currentAccountStateIndicator.source = ""\r
- currentAccountStateIndicator.source = UserModel.isUserConnected(UserModel.currentUserId()) ? "qrc:///client/theme/colored/astate-ok.svg" : "qrc:///client/theme/colored/state-offline.svg"\r
+ currentAccountStateIndicator.source = UserModel.isUserConnected(UserModel.currentUserId()) ? "qrc:///client/theme/colored/state-ok.svg" : "qrc:///client/theme/colored/state-offline.svg"\r
\r
// HACK: reload account Instantiator immediately by restting it - could be done better I guess\r
// see also id:accountMenu below\r