Add more button
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
0a00ffa9d6
commit
83e1a7a707
2 changed files with 8 additions and 0 deletions
|
@ -295,6 +295,10 @@ export default class ImageView extends React.Component {
|
|||
title={_t("Download")}
|
||||
onClick={ this.onDownloadClick }>
|
||||
</AccessibleTooltipButton>
|
||||
<ContextMenuTooltipButton
|
||||
className="mx_ImageView_button mx_ImageView_button_more"
|
||||
title={_t("Options")}
|
||||
/>
|
||||
<AccessibleTooltipButton
|
||||
className="mx_ImageView_button mx_ImageView_button_close"
|
||||
title={_t("Close")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue