瀏覽代碼

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

j8
damencho 6 年之前
父節點
當前提交
bde44a94e8
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      react/features/display-name/components/web/DisplayNamePrompt.js

+ 1
- 1
react/features/display-name/components/web/DisplayNamePrompt.js 查看文件

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…
取消
儲存