Skip to content

Commit

Permalink
update setting reference (#223073)
Browse files Browse the repository at this point in the history
fix #4338
  • Loading branch information
meganrogge authored Jul 22, 2024
1 parent 7c10da9 commit be99763
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>('accessibility.signalOptions.volume');
if (typeof volume !== 'number') {
return 50;
}
Expand Down

0 comments on commit be99763

Please sign in to comment.