Browse Source

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

master
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
     render() {
56
     render() {
57
         return (
57
         return (
58
             <Dialog
58
             <Dialog
59
-                isModal = { true }
59
+                isModal = { false }
60
                 onSubmit = { this._onSubmit }
60
                 onSubmit = { this._onSubmit }
61
                 titleKey = 'dialog.displayNameRequired'
61
                 titleKey = 'dialog.displayNameRequired'
62
                 width = 'small'>
62
                 width = 'small'>

Loading…
Cancel
Save