We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56192ae commit 0219535Copy full SHA for 0219535
Client/qtTeamTalk/settings.h
@@ -79,7 +79,7 @@
79
#define SETTINGS_DISPLAY_VOICE_ACT_SLIDER "display/voice-act-slider"
80
#define SETTINGS_DISPLAY_VOICE_ACT_SLIDER_DEFAULT true
81
#define SETTINGS_DISPLAY_CHAT_HISTORY_LISTVIEW "display/chat-history-as-listview"
82
-#define SETTINGS_DISPLAY_CHAT_HISTORY_LISTVIEW_DEFAULT false
+#define SETTINGS_DISPLAY_CHAT_HISTORY_LISTVIEW_DEFAULT isScreenReaderActive()
83
#define SETTINGS_DISPLAY_USERSCOUNT "display/userscount"
84
#define SETTINGS_DISPLAY_USERSCOUNT_DEFAULT true
85
#define SETTINGS_DISPLAY_SHOWUSERNAME "display/showusername"
0 commit comments