Change summary tiles order
							parent
							
								
									5dbc103486
								
							
						
					
					
						commit
						33bc26f039
					
				|  | @ -280,15 +280,15 @@ const RoomSummaryCard: React.FC<IProps> = ({ room, onClose }) => { | |||
|             <Button className="mx_RoomSummaryCard_icon_files" onClick={onRoomFilesClick}> | ||||
|                 { _t("Show files") } | ||||
|             </Button> | ||||
|             <Button className="mx_RoomSummaryCard_icon_export" onClick={onRoomExportClick}> | ||||
|                 { _t("Export chat") } | ||||
|             </Button> | ||||
|             <Button className="mx_RoomSummaryCard_icon_share" onClick={onShareRoomClick}> | ||||
|                 { _t("Share room") } | ||||
|             </Button> | ||||
|             <Button className="mx_RoomSummaryCard_icon_settings" onClick={onRoomSettingsClick}> | ||||
|                 { _t("Room settings") } | ||||
|             </Button> | ||||
|             <Button className="mx_RoomSummaryCard_icon_export" onClick={onRoomExportClick}> | ||||
|                 { _t("Export chat") } | ||||
|             </Button> | ||||
|         </Group> | ||||
| 
 | ||||
|         { SettingsStore.getValue(UIFeature.Widgets) && <AppsSection room={room} /> } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Jaiwanth
						Jaiwanth