mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-09 11:33:21 +02:00
misc: pass HideSelf to true by default
Change-Id: I507ec00f9d94ae9cec5f63ca948bca1f9cdd82b3
This commit is contained in:
parent
b0c205159e
commit
a6d16ba1f8
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ extern const QString defaultDownloadPath;
|
||||||
X(AppTheme, "System") \
|
X(AppTheme, "System") \
|
||||||
X(BaseZoom, 1.0) \
|
X(BaseZoom, 1.0) \
|
||||||
X(ParticipantsSide, false) \
|
X(ParticipantsSide, false) \
|
||||||
X(HideSelf, false) \
|
X(HideSelf, true) \
|
||||||
X(HideSpectators, false) \
|
X(HideSpectators, false) \
|
||||||
X(AutoUpdate, true) \
|
X(AutoUpdate, true) \
|
||||||
X(PluginAutoUpdate, false) \
|
X(PluginAutoUpdate, false) \
|
||||||
|
|
Loading…
Add table
Reference in a new issue