You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Switch app drawer icons
This commit is contained in:
@@ -289,12 +289,12 @@ export default class MessageComposer extends React.Component {
|
|||||||
if (this.props.showApps) {
|
if (this.props.showApps) {
|
||||||
hideAppsButton =
|
hideAppsButton =
|
||||||
<div key="controls_hide_apps" className="mx_MessageComposer_apps" onClick={this.onHideAppsClick} title={_t("Hide Apps")}>
|
<div key="controls_hide_apps" className="mx_MessageComposer_apps" onClick={this.onHideAppsClick} title={_t("Hide Apps")}>
|
||||||
<TintableSvg src="img/icons-apps-active.svg" width="35" height="35"/>
|
<TintableSvg src="img/icons-hide-apps.svg" width="35" height="35"/>
|
||||||
</div>;
|
</div>;
|
||||||
} else {
|
} else {
|
||||||
showAppsButton =
|
showAppsButton =
|
||||||
<div key="show_apps" className="mx_MessageComposer_apps" onClick={this.onShowAppsClick} title={_t("Show Apps")}>
|
<div key="show_apps" className="mx_MessageComposer_apps" onClick={this.onShowAppsClick} title={_t("Show Apps")}>
|
||||||
<TintableSvg src="img/icons-apps.svg" width="35" height="35"/>
|
<TintableSvg src="img/icons-show-apps.svg" width="35" height="35"/>
|
||||||
</div>;
|
</div>;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user