parent
3fdd593f0f
commit
1ab9b82541
|
@ -305,7 +305,7 @@ StatusAppLayout {
|
||||||
badge.implicitWidth: 15
|
badge.implicitWidth: 15
|
||||||
badge.border.color: hovered ? Theme.palette.statusBadge.hoverBorderColor : Theme.palette.statusAppNavBar.backgroundColor
|
badge.border.color: hovered ? Theme.palette.statusBadge.hoverBorderColor : Theme.palette.statusAppNavBar.backgroundColor
|
||||||
badge.color: {
|
badge.color: {
|
||||||
return profileModel.profile.sendUserStatus ? Style.current.green : Style.current.darkGrey
|
return profileModel.profile.sendUserStatus ? Style.current.green : Style.current.midGrey
|
||||||
/*
|
/*
|
||||||
// Use this code once support for custom user status is added
|
// Use this code once support for custom user status is added
|
||||||
switch(profileModel.profile.currentUserStatus){
|
switch(profileModel.profile.currentUserStatus){
|
||||||
|
@ -314,7 +314,7 @@ StatusAppLayout {
|
||||||
case Constants.statusType_DoNotDisturb:
|
case Constants.statusType_DoNotDisturb:
|
||||||
return Style.current.red;
|
return Style.current.red;
|
||||||
default:
|
default:
|
||||||
return Style.current.darkGrey;
|
return Style.current.midGrey;
|
||||||
}*/
|
}*/
|
||||||
}
|
}
|
||||||
badge.border.width: 3
|
badge.border.width: 3
|
||||||
|
|
|
@ -101,7 +101,7 @@ PopupMenu {
|
||||||
root.close()
|
root.close()
|
||||||
}
|
}
|
||||||
|
|
||||||
icon.color: Style.current.darkGrey
|
icon.color: Style.current.midGrey
|
||||||
icon.source: "img/offline.svg"
|
icon.source: "img/offline.svg"
|
||||||
icon.width: 16
|
icon.width: 16
|
||||||
icon.height: 16
|
icon.height: 16
|
||||||
|
|
Loading…
Reference in New Issue