diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Settings.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Settings.js b/src/Settings.js index f5f298d..7330cd4 100644 --- a/src/Settings.js +++ b/src/Settings.js @@ -130,6 +130,7 @@ class SettingsModal extends Component { <Dropdown inline select + scrolling options={notificationSounds} value={homeSound} onChange={this.handleChange} @@ -149,6 +150,7 @@ class SettingsModal extends Component { <Dropdown inline select + scrolling options={notificationSounds} value={threadSound} onChange={this.handleChange} |