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

callactionbar: do not enabled hide self with participants on top

Change-Id: Ibb1e28386f61bd62c5042cca8e8fbd721e5db145
GitLab: #807
parent 52b6b2a9
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,7 @@ Control {
UtilsAdapter.setAppValue(Settings.ParticipantsSide, false)
participantsSide = false
}
break
case JamiStrings.hideSelf:
UtilsAdapter.setAppValue(Settings.HideSelf, !layoutModel.get(index).ActiveSetting)
GenericParticipantsFilterModel.hideSelf = UtilsAdapter.getAppValue(Settings.HideSelf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment