()
| 134 | input.renderer.on("blur", onBlur) |
| 135 | |
| 136 | function configuredPackID() { |
| 137 | const stored = input.kv?.get<string | undefined>(KV_SOUND_PACK, undefined) |
| 138 | return activePackID ?? stored ?? input.config.attention.sound_pack |
| 139 | } |
| 140 | |
| 141 | function currentPack() { |
| 142 | return packs.get(configuredPackID()) ?? BUILTIN_PACK |