feat: improve "view source"
display encrypted and decrypted event source on the same dialog keep only one "View Source" action on event context menu
This commit is contained in:
parent
77cf4cf7a4
commit
ae08f74336
7 changed files with 44 additions and 23 deletions
|
@ -116,7 +116,7 @@ export default class RoomSettingsDialog extends React.Component {
|
|||
return (
|
||||
<BaseDialog className='mx_RoomSettingsDialog' hasCancel={true}
|
||||
onFinished={this.props.onFinished} title={_t("Room Settings - %(roomName)s", {roomName})}>
|
||||
<div className='ms_SettingsDialog_content'>
|
||||
<div className='mx_SettingsDialog_content'>
|
||||
<TabbedView tabs={this._getTabs()} />
|
||||
</div>
|
||||
</BaseDialog>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue