Skip to content

Commit 0219535

Browse files
committedApr 11, 2025
Default to list view when using screen reader
1 parent 56192ae commit 0219535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Client/qtTeamTalk/settings.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
#define SETTINGS_DISPLAY_VOICE_ACT_SLIDER "display/voice-act-slider"
8080
#define SETTINGS_DISPLAY_VOICE_ACT_SLIDER_DEFAULT true
8181
#define SETTINGS_DISPLAY_CHAT_HISTORY_LISTVIEW "display/chat-history-as-listview"
82-
#define SETTINGS_DISPLAY_CHAT_HISTORY_LISTVIEW_DEFAULT false
82+
#define SETTINGS_DISPLAY_CHAT_HISTORY_LISTVIEW_DEFAULT isScreenReaderActive()
8383
#define SETTINGS_DISPLAY_USERSCOUNT "display/userscount"
8484
#define SETTINGS_DISPLAY_USERSCOUNT_DEFAULT true
8585
#define SETTINGS_DISPLAY_SHOWUSERNAME "display/showusername"

0 commit comments

Comments
 (0)