Skip to content

Commit

Permalink
fix #4338
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Jul 22, 2024
1 parent 84f63bf commit 13d114c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export class AccessibilitySignalService extends Disposable implements IAccessibi
}

private getVolumeInPercent(): number {
const volume = this.configurationService.getValue<number>('accessibilitySignals.volume');
const volume = this.configurationService.getValue<number>('accessibilitySignals.signalOptions.volume');
if (typeof volume !== 'number') {
return 50;
}
Expand Down

0 comments on commit 13d114c

Please sign in to comment.