Skip to content

Commit e6a306a

Browse files
committed
SettingsModal Tab Switching Button Sound Support
1 parent 382d985 commit e6a306a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fission/src/ui/modals/configuring/SettingsModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ const SettingsModal: React.FC<ModalImplProps<void, SettingsModalCustomProps | un
527527
textColor="inherit"
528528
indicatorColor="primary"
529529
centered
530+
{...SoundPlayer.buttonSoundEffects()}
530531
>
531532
{tabs.map(tab => (
532533
<Tab key={tab.key} value={tab.key} label={tab.label} />

0 commit comments

Comments
 (0)