mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 19:31:32 +03:00
Use contextBridge
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
b2850e11db
commit
8f91b04eb3
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export class ExistingSource extends React.Component<DesktopCapturerSourceIProps>
|
||||||
onClick={this.onClick} >
|
onClick={this.onClick} >
|
||||||
<img
|
<img
|
||||||
className="mx_desktopCapturerSourcePicker_stream_thumbnail"
|
className="mx_desktopCapturerSourcePicker_stream_thumbnail"
|
||||||
src={this.props.source.thumbnail.toDataURL()}
|
src={this.props.source.thumbnailURL}
|
||||||
/>
|
/>
|
||||||
<span className="mx_desktopCapturerSourcePicker_stream_name">{this.props.source.name}</span>
|
<span className="mx_desktopCapturerSourcePicker_stream_name">{this.props.source.name}</span>
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
|
|
Loading…
Reference in a new issue