- start addressing Alans feedback
This commit is contained in:
@@ -5,9 +5,13 @@ export const initialState: SoundState = {
|
||||
NPEDsound: "popup",
|
||||
hotlists: [{ name: "hotlistName", sound: "notification" }],
|
||||
soundOptions: [
|
||||
{ name: "switch (Default)", soundFile: null },
|
||||
{ name: "popup", soundFile: null },
|
||||
{ name: "notification", soundFile: null },
|
||||
{ name: "Switch (Default)", soundFile: "switch" },
|
||||
{ name: "Popup", soundFile: "popup" },
|
||||
{ name: "Notification", soundFile: "notification" },
|
||||
{ name: "Beep", soundFile: "beep" },
|
||||
{ name: "Ding", soundFile: "ding" },
|
||||
{ name: "Shutter", soundFile: "shutter" },
|
||||
{ name: "Warning (voice)", soundFile: "warning" },
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user