mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Clean high number notification in bubble
This commit is contained in:
parent
de5322327e
commit
a0bab8083d
2 changed files with 1 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ Icon {
|
|||
anchors.centerIn: parent
|
||||
color: MessageCounterStyle.text.color
|
||||
font.pointSize: MessageCounterStyle.text.pointSize
|
||||
text: messageCounter.count
|
||||
text: (messageCounter.count>99 ? '+' : messageCounter.count)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -164,7 +164,6 @@ DialogPlus {
|
|||
MouseArea{
|
||||
anchors.fill:parent
|
||||
onClicked: {
|
||||
//mainRectangle.window.detachVirtualWindow()
|
||||
mainRectangle.window.attachVirtualWindow(Qt.resolvedUrl('InfoEncryption.qml')
|
||||
,{securityLevel : mainRectangle.securityLevel
|
||||
, addressToCall : mainRectangle.addressToCall}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue