Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
height: width\r
anchors.bottom: accountAvatar.bottom\r
anchors.right: accountAvatar.right\r
- color: accountButton.hovered || accountButton.visualFocus ? "#f6f6f6" : "white"\r
+ color: userLine.hovered || userLine.visualFocus ? "#f6f6f6" : "white"\r
radius: width*0.5\r
}\r
\r
userStatusDrawer.openUserStatusDrawer(model.index);\r
accountMenu.close();\r
}\r
+ onClicked: UserModel.currentUserId = model.index;\r
}\r
onObjectAdded: accountMenu.insertItem(index, object)\r
onObjectRemoved: accountMenu.removeItem(object)\r