Skip to content

Commit 0d863f5

Browse files
committed
Fixed green feeedback missing from presets with volume bars.
1 parent 85f6074 commit 0d863f5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/presets.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,18 @@ export function initPresets(self: TalkToMeCompanionInstance, deps: PresetDeps):
232232
},
233233
)
234234
audioFeedbacks.splice(audioFeedbacks.length - 2, 0, {
235+
feedbackId: 'target_addressed_now',
236+
options: {
237+
userId,
238+
targetType: target.targetType,
239+
targetId: target.targetId,
240+
},
241+
style: {
242+
bgcolor: WEB_COLORS.green,
243+
color: WEB_COLORS.greenText,
244+
},
245+
},
246+
{
235247
feedbackId: 'user_talking_target',
236248
options: {
237249
userId,

0 commit comments

Comments
 (0)