1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-09 19:43:31 +02:00

misc: pass HideSelf to true by default

Change-Id: I507ec00f9d94ae9cec5f63ca948bca1f9cdd82b3
This commit is contained in:
Sébastien Blin 2023-09-15 10:10:00 -04:00
parent b0c205159e
commit a6d16ba1f8

View file

@ -46,7 +46,7 @@ extern const QString defaultDownloadPath;
X(AppTheme, "System") \
X(BaseZoom, 1.0) \
X(ParticipantsSide, false) \
X(HideSelf, false) \
X(HideSelf, true) \
X(HideSpectators, false) \
X(AutoUpdate, true) \
X(PluginAutoUpdate, false) \