Make notification sounds configurable

This commit is contained in:
Håvar Aambø Fosstveit
2020-05-02 23:45:08 +02:00
parent c7c4a76b33
commit dc7b51b38a
21 changed files with 62 additions and 14 deletions
+5
View File
@@ -43,6 +43,11 @@ export const toggleHiddenControls = () =>
type : 'TOGGLE_HIDDEN_CONTROLS'
});
export const toggleNotificationSounds = () =>
({
type : 'TOGGLE_NOTIFICATION_SOUNDS'
});
export const setLastN = (lastN) =>
({
type : 'SET_LAST_N',