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
169
169
OutputDevice = Configuration . GetDefaultAudioDevice ( ) ,
170
170
TtsOn = true ,
171
171
TtsVoice = Configuration . GetDefaultTtsVoice ( ) ,
172
- TtsVolume = 50
172
+ TtsVolume = Configuration . GetDefaultTtsVolume ( ) ?? 50u
173
173
} ) . ToList ( ) ;
174
174
175
175
_configuration . WriteConfiguration ( ) ;
@@ -194,7 +194,7 @@ from user in _selectedTwitchChatNames
194
194
OutputDevice = Configuration . GetDefaultAudioDevice ( ) ,
195
195
TtsOn = true ,
196
196
TtsVoice = Configuration . GetDefaultTtsVoice ( ) ,
197
- TtsVolume = 50
197
+ TtsVolume = Configuration . GetDefaultTtsVolume ( ) ?? 50u
198
198
} ) . ToList ( ) ;
199
199
200
200
_configuration . WriteConfiguration ( ) ;
You can’t perform that action at this time.
0 commit comments