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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
3d786841
Commit
3d786841
authored
4 years ago
by
Ming Rui Zhang
Browse files
Options
Downloads
Patches
Plain Diff
sip: make audio only call when double-clicking smartlist contact
Gitlab:
#312
Change-Id: I6833521cd624b176af38949b9f71f0d45330351e
parent
7ca65dd0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mainview/components/ConversationSmartListViewItemDelegate.qml
+4
-1
4 additions, 1 deletion
...view/components/ConversationSmartListViewItemDelegate.qml
with
4 additions
and
1 deletion
src/mainview/components/ConversationSmartListViewItemDelegate.qml
+
4
−
1
View file @
3d786841
...
...
@@ -198,7 +198,10 @@ ItemDelegate {
ConversationsAdapter
.
selectConversation
(
AccountAdapter
.
currentAccountId
,
UID
,
false
)
CallAdapter
.
placeCall
()
if
(
AccountAdapter
.
currentAccountType
===
Profile
.
Type
.
SIP
)
CallAdapter
.
placeAudioOnlyCall
()
else
CallAdapter
.
placeCall
()
communicationPageMessageWebView
.
setSendContactRequestButtonVisible
(
false
)
}
}
...
...
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