Skip to content

Commit d3ca497

Browse files
authored
Merge 3a2b435 into 128f683
2 parents 128f683 + 3a2b435 commit d3ca497

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/gui/settingsDialogs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3233,6 +3233,7 @@ def restoreToDefaults(self):
32333233
self.wasapiComboBox.resetToConfigSpecDefault()
32343234
self.soundVolFollowCheckBox.SetValue(self.soundVolFollowCheckBox.defaultValue)
32353235
self.soundVolSlider.SetValue(self.soundVolSlider.defaultValue)
3236+
self._onWASAPIChange()
32363237
self.logCategoriesList.CheckedItems = self.logCategoriesList.defaultCheckedItems
32373238
self.playErrorSoundCombo.SetSelection(self.playErrorSoundCombo.defaultValue)
32383239
self._defaultsRestored = True

0 commit comments

Comments
 (0)