Skip to content

Commit

Permalink
Changed Account Avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugen Fischer authored and Eugen Fischer committed Dec 11, 2023
1 parent dbb8834 commit 6833c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/tray/Window.qml
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ ApplicationWindow {
height: Style.accountAvatarSize
width: Style.accountAvatarSize
cache: false
source: UserModel.currentUser.avatar != "" ? UserModel.currentUser.avatar : "image://avatars/fallbackWhite"
source: Style.currentAccountAvatar
Layout.preferredHeight: Style.accountAvatarSize
Layout.preferredWidth: Style.accountAvatarSize

Expand Down

0 comments on commit 6833c0d

Please sign in to comment.