Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
6a1a9b60
Commit
6a1a9b60
authored
2 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/constant/JamiStrings.qml
+2
-2
2 additions, 2 deletions
src/app/constant/JamiStrings.qml
src/app/mainview/components/MessageBar.qml
+2
-1
2 additions, 1 deletion
src/app/mainview/components/MessageBar.qml
with
4 additions
and
3 deletions
src/app/constant/JamiStrings.qml
+
2
−
2
View file @
6a1a9b60
...
...
@@ -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
F
ormating
"
)
property
string
hideFormating
:
qsTr
(
"
Hide
F
ormating
"
)
property
string
showFormating
:
qsTr
(
"
Show
f
ormating
"
)
property
string
hideFormating
:
qsTr
(
"
Hide
f
ormating
"
)
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
"
)
...
...
This diff is collapsed.
Click to expand it.
src/app/mainview/components/MessageBar.qml
+
2
−
1
View file @
6a1a9b60
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment