Skip to content

Commit 46803b4

Browse files
committed
feat(sounds): added 'chalk' sound (@sekiryl)
1 parent 0ba7f62 commit 46803b4

12 files changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/src/html/pages/settings.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,7 @@
722722
<button data-config-value="24">razer green</button>
723723
<button data-config-value="25">tealios v2</button>
724724
<button data-config-value="26">trust gxt</button>
725+
<button data-config-value="27">chalk</button>
725726
</div>
726727
</div>
727728
<div class="section fullWidth" data-config-name="playSoundOnError">

frontend/src/ts/commandline/commandline-metadata.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ export const commandlineConfigMetadata: CommandlineConfigMetadataObject = {
406406
"24": "razer green",
407407
"25": "tealios v2",
408408
"26": "trust gxt",
409+
"27": "chalk",
409410
};
410411
return map[value];
411412
},

frontend/src/ts/constants/sounds.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export const soundsConfig: SoundConfigType = {
2727
24: { numberOfSounds: 10 },
2828
25: { numberOfSounds: 10 },
2929
26: { numberOfSounds: 10 },
30+
27: { numberOfSounds: 8 },
3031
};
3132

3233
export type ClickSoundConfig = {
24.8 KB
Binary file not shown.
24 KB
Binary file not shown.
24.5 KB
Binary file not shown.
26.3 KB
Binary file not shown.
24.6 KB
Binary file not shown.
23 KB
Binary file not shown.
24.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)