mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-04-22 06:02:03 +02:00
callactionbar: do not enabled hide self with participants on top
Change-Id: Ibb1e28386f61bd62c5042cca8e8fbd721e5db145 GitLab: #807
This commit is contained in:
parent
52b6b2a99c
commit
ae7b446dda
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue