mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 06:41:29 +03:00
Added a line
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
b1010189be
commit
20b1720258
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ export default class DesktopCapturerSourcePicker extends React.Component<
|
|||
return <ExistingSource source={source} onSelect={this.onSelect} key={source.id} />;
|
||||
});
|
||||
}
|
||||
|
||||
const buttonStyle = "mx_desktopCapturerSourcePicker_tabLabel";
|
||||
const screensButtonStyle = buttonStyle + ((this.state.selectedTab === Tabs.Screens) ? "_selected" : "");
|
||||
const windowsButtonStyle = buttonStyle + ((this.state.selectedTab === Tabs.Windows) ? "_selected" : "");
|
||||
|
|
Loading…
Reference in a new issue