Browse Source

Changes display name prompt to non modal, so people can mute/unmute.

j8
damencho 6 years ago
parent
commit
bde44a94e8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/display-name/components/web/DisplayNamePrompt.js

+ 1
- 1
react/features/display-name/components/web/DisplayNamePrompt.js View File

@@ -56,7 +56,7 @@ class DisplayNamePrompt extends AbstractDisplayNamePrompt<State> {
56 56
     render() {
57 57
         return (
58 58
             <Dialog
59
-                isModal = { true }
59
+                isModal = { false }
60 60
                 onSubmit = { this._onSubmit }
61 61
                 titleKey = 'dialog.displayNameRequired'
62 62
                 width = 'small'>

Loading…
Cancel
Save