File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/TwitchStreamingTools/ViewModels/Pages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ from user in _selectedTwitchChatNames
169169 OutputDevice = Configuration . GetDefaultAudioDevice ( ) ,
170170 TtsOn = true ,
171171 TtsVoice = Configuration . GetDefaultTtsVoice ( ) ,
172- TtsVolume = 50
172+ TtsVolume = Configuration . GetDefaultTtsVolume ( ) ?? 50u
173173 } ) . ToList ( ) ;
174174
175175 _configuration . WriteConfiguration ( ) ;
@@ -194,7 +194,7 @@ from user in _selectedTwitchChatNames
194194 OutputDevice = Configuration . GetDefaultAudioDevice ( ) ,
195195 TtsOn = true ,
196196 TtsVoice = Configuration . GetDefaultTtsVoice ( ) ,
197- TtsVolume = 50
197+ TtsVolume = Configuration . GetDefaultTtsVolume ( ) ?? 50u
198198 } ) . ToList ( ) ;
199199
200200 _configuration . WriteConfiguration ( ) ;
You can’t perform that action at this time.
0 commit comments