We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 128f683 + 3a2b435 commit d3ca497Copy full SHA for d3ca497
1 file changed
source/gui/settingsDialogs.py
@@ -3233,6 +3233,7 @@ def restoreToDefaults(self):
3233
self.wasapiComboBox.resetToConfigSpecDefault()
3234
self.soundVolFollowCheckBox.SetValue(self.soundVolFollowCheckBox.defaultValue)
3235
self.soundVolSlider.SetValue(self.soundVolSlider.defaultValue)
3236
+ self._onWASAPIChange()
3237
self.logCategoriesList.CheckedItems = self.logCategoriesList.defaultCheckedItems
3238
self.playErrorSoundCombo.SetSelection(self.playErrorSoundCombo.defaultValue)
3239
self._defaultsRestored = True
0 commit comments