Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-windows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
savoirfairelinux
jami-client-windows
Commits
b0fbde11
Commit
b0fbde11
authored
May 19, 2020
by
Ming Rui Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc: change allowIncoming key to DHT.PublicInCalls
Change-Id: If9502db49586fa10e220eac49ab7a21724c356c9
parent
45bb290f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/advancedsettingswidget.cpp
src/advancedsettingswidget.cpp
+2
-2
No files found.
src/advancedsettingswidget.cpp
View file @
b0fbde11
...
...
@@ -108,7 +108,7 @@ AdvancedSettingsWidget::updateAdvancedSettings()
{
auto
config
=
LRCInstance
::
getCurrAccConfig
();
//Call Settings
ui
->
checkBoxUntrusted
->
setChecked
(
config
.
allowIncoming
);
ui
->
checkBoxUntrusted
->
setChecked
(
config
.
DHT
.
PublicInCalls
);
ui
->
checkBoxAutoAnswer
->
setChecked
(
config
.
autoAnswer
);
ui
->
checkBoxCustomRingtone
->
setChecked
(
config
.
Ringtone
.
ringtoneEnabled
);
...
...
@@ -154,7 +154,7 @@ void
AdvancedSettingsWidget
::
setCallsUntrusted
(
bool
state
)
{
auto
confProps
=
LRCInstance
::
accountModel
().
getAccountConfig
(
LRCInstance
::
getCurrAccId
());
confProps
.
allowIncoming
=
state
;
confProps
.
DHT
.
PublicInCalls
=
state
;
LRCInstance
::
accountModel
().
setAccountConfig
(
LRCInstance
::
getCurrAccId
(),
confProps
);
}
void
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment