Skip to content

Commit

Permalink
[mirotalk] - ops
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Aug 9, 2024
1 parent 6dc8b67 commit 79f2de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -1398,8 +1398,8 @@ function handleButtonsRule() {
elemDisplay(captionBtn, buttons.main.showCaptionRoomBtn && speechRecognition); // auto-detected
elemDisplay(roomEmojiPickerBtn, buttons.main.showRoomEmojiPickerBtn);
elemDisplay(myHandBtn, buttons.main.showMyHandBtn);
elemDisplay(whiteboardBtn, buttons.main.showWhiteboardBtn && !isMobileDevice);
elemDisplay(snapshotRoomBtn, buttons.main.showSnapshotRoomBtn);
elemDisplay(whiteboardBtn, buttons.main.showWhiteboardBtn);
elemDisplay(snapshotRoomBtn, buttons.main.showSnapshotRoomBtn && !isMobileDevice);
elemDisplay(fileShareBtn, buttons.main.showFileShareBtn);
elemDisplay(documentPiPBtn, buttons.main.showDocumentPipBtn);
elemDisplay(mySettingsBtn, buttons.main.showMySettingsBtn);
Expand Down

0 comments on commit 79f2de4

Please sign in to comment.