()
| 139 | } |
| 140 | |
| 141 | function currentPack() { |
| 142 | return packs.get(configuredPackID()) ?? BUILTIN_PACK |
| 143 | } |
| 144 | |
| 145 | function soundCandidates(name: TuiAttentionSoundName) { |
| 146 | return [input.config.attention.sounds[name], currentPack().sounds[name], BUILTIN_PACK.sounds[name]].filter( |
no test coverage detected