Skip to content

Commit

Permalink
fix : Add button more in settings menu - EXO-72638
Browse files Browse the repository at this point in the history
Before this fix, in the settings menu the button more/General is not present.
So it is not possible to unhide my video for example, as this option is into this menu

This commit configure the settings menu to have the "more" entry displayed
  • Loading branch information
rdenarie committed Jun 21, 2024
1 parent 7b08e4d commit ad2504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/public/js/call.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ require([
var roomTitle = getRoomTitle(call);
var tabTitle = getTabTitle(call, userinfo.id);
window.document.title = tabTitle;
var settings = ["devices", "language", "moderator"];
var settings = ["devices", "language", "moderator", "more"];
if (isGuest) {
settings.push("profile");
}
Expand Down

0 comments on commit ad2504f

Please sign in to comment.