Fix wording and layout of voice mode settings
This commit is contained in:
parent
3235c33f5b
commit
9812476b89
4 changed files with 33 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue