Skip to content
Snippets Groups Projects
Commit 6a1a9b60 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

MessageBar: do not show sendFile/Location for a SIP account

Change-Id: I4f2fc87c2ec1083605f8a287eecac67ff950c821
parent 61126cfa
No related branches found
No related tags found
No related merge requests found
......@@ -804,8 +804,8 @@ Item {
property string quote: qsTr("Quote")
property string unorderedList: qsTr("Unordered list")
property string orderedList: qsTr("Ordered list")
property string showFormating: qsTr("Show Formating")
property string hideFormating: qsTr("Hide Formating")
property string showFormating: qsTr("Show formating")
property string hideFormating: qsTr("Hide formating")
property string shiftEnterNewLine: qsTr("Press Shift+Enter to insert a new line")
property string enterNewLine: qsTr("Press Enter to insert a new line")
property string send: qsTr("Send")
......
......@@ -61,7 +61,8 @@ Rectangle {
ComboBox {
id: showMoreButton
width: JamiTheme.chatViewFooterButtonSize
visible: !CurrentConversation.isSip
width: CurrentConversation.isSip? 0 : JamiTheme.chatViewFooterButtonSize
height: JamiTheme.chatViewFooterButtonSize
anchors.leftMargin: marginSize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment