Fix wording and layout of voice mode settings

This commit is contained in:
N-Pex 2023-02-16 15:20:12 +01:00
parent 3235c33f5b
commit 9812476b89
4 changed files with 33 additions and 8 deletions

View file

@ -527,7 +527,7 @@ export default {
if (this.room) {
const tags = this.room.tags;
if (tags && tags["ui_options"]) {
return tags["ui_options"]["audio_layout"] === 1;
return tags["ui_options"]["voice_mode"] === 1;
}
}
return false;