mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-03 14:25:38 +02:00
messagerbar: add continue editing tooltip
Change-Id: Ifa69df02610e0d104b6a0bf338ded3128e2be9b7 GitLab: #1359
This commit is contained in:
parent
f88b8584af
commit
6b9ce14ca9
2 changed files with 2 additions and 1 deletions
|
@ -731,6 +731,7 @@ Item {
|
|||
property string showLess: qsTr("Show less")
|
||||
|
||||
property string showPreview: qsTr("Show preview")
|
||||
property string continueEditing: qsTr("Continue editing")
|
||||
property string bold: qsTr("Bold")
|
||||
property string italic: qsTr("Italic")
|
||||
property string strikethrough: qsTr("Strikethrough")
|
||||
|
|
|
@ -1164,7 +1164,7 @@ RowLayout {
|
|||
imageColor: (hovered || showPreview) ? JamiTheme.chatViewFooterImgHoverColor : JamiTheme.chatViewFooterImgColor
|
||||
hoveredColor: JamiTheme.hoveredButtonColor
|
||||
pressedColor: hoveredColor
|
||||
toolTipText: JamiStrings.showPreview
|
||||
toolTipText: showPreview ? JamiStrings.continueEditing : JamiStrings.showPreview
|
||||
|
||||
onClicked: {
|
||||
showPreview = !showPreview;
|
||||
|
|
Loading…
Add table
Reference in a new issue