mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +03:00
Fix typo
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
This commit is contained in:
parent
3287ec2387
commit
a4151d71bc
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Window {
|
||||||
currentAccountAvatar.source = ""
|
currentAccountAvatar.source = ""
|
||||||
currentAccountAvatar.source = "image://avatars/currentUser"
|
currentAccountAvatar.source = "image://avatars/currentUser"
|
||||||
currentAccountStateIndicator.source = ""
|
currentAccountStateIndicator.source = ""
|
||||||
currentAccountStateIndicator.source = UserModel.isUserConnected(UserModel.currentUserId()) ? "qrc:///client/theme/colored/astate-ok.svg" : "qrc:///client/theme/colored/state-offline.svg"
|
currentAccountStateIndicator.source = UserModel.isUserConnected(UserModel.currentUserId()) ? "qrc:///client/theme/colored/state-ok.svg" : "qrc:///client/theme/colored/state-offline.svg"
|
||||||
|
|
||||||
// HACK: reload account Instantiator immediately by restting it - could be done better I guess
|
// HACK: reload account Instantiator immediately by restting it - could be done better I guess
|
||||||
// see also id:accountMenu below
|
// see also id:accountMenu below
|
||||||
|
|
Loading…
Reference in a new issue