From a6d16ba1f803495a7e9d1c2205375a5ad95f4bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Fri, 15 Sep 2023 10:10:00 -0400 Subject: [PATCH] misc: pass HideSelf to true by default Change-Id: I507ec00f9d94ae9cec5f63ca948bca1f9cdd82b3 --- src/app/appsettingsmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/appsettingsmanager.h b/src/app/appsettingsmanager.h index 901268b5b..8b29766ec 100644 --- a/src/app/appsettingsmanager.h +++ b/src/app/appsettingsmanager.h @@ -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) \ -- GitLab