You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
@@ -124,7 +124,6 @@ export default class DesktopCapturerSourcePicker extends React.Component<
|
||||
const buttonStyle = "mx_streamSelectorDialog_tabLabel";
|
||||
const screensButtonStyle = buttonStyle + ((this.state.selectedTab === Tabs.Screens) ? "_selected" : "");
|
||||
const windowsButtonStyle = buttonStyle + ((this.state.selectedTab === Tabs.Windows) ? "_selected" : "");
|
||||
console.log(screensButtonStyle, windowsButtonStyle);
|
||||
|
||||
return (
|
||||
<BaseDialog
|
||||
|
||||
Reference in New Issue
Block a user