You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Only show custom title if different from app name.
This commit is contained in:
@@ -453,7 +453,7 @@ export default React.createClass({
|
|||||||
height="10"
|
height="10"
|
||||||
/>
|
/>
|
||||||
<b>{ this.formatAppTileName() }</b>
|
<b>{ this.formatAppTileName() }</b>
|
||||||
{ this.state.widgetPageTitle && (
|
{ this.state.widgetPageTitle && this.state.widgetPageTitle != this.formatAppTileName() && (
|
||||||
<span> - { this.state.widgetPageTitle }</span>
|
<span> - { this.state.widgetPageTitle }</span>
|
||||||
) }
|
) }
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user