mirror of https://github.com/vector-im/riot-web
parent
b1010189be
commit
20b1720258
|
@ -111,6 +111,7 @@ export default class DesktopCapturerSourcePicker extends React.Component<
|
||||||
return <ExistingSource source={source} onSelect={this.onSelect} key={source.id} />;
|
return <ExistingSource source={source} onSelect={this.onSelect} key={source.id} />;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
const buttonStyle = "mx_desktopCapturerSourcePicker_tabLabel";
|
const buttonStyle = "mx_desktopCapturerSourcePicker_tabLabel";
|
||||||
const screensButtonStyle = buttonStyle + ((this.state.selectedTab === Tabs.Screens) ? "_selected" : "");
|
const screensButtonStyle = buttonStyle + ((this.state.selectedTab === Tabs.Screens) ? "_selected" : "");
|
||||||
const windowsButtonStyle = buttonStyle + ((this.state.selectedTab === Tabs.Windows) ? "_selected" : "");
|
const windowsButtonStyle = buttonStyle + ((this.state.selectedTab === Tabs.Windows) ? "_selected" : "");
|
||||||
|
|
Loading…
Reference in New Issue