Skip to content

Commit 4871682

Browse files
committed
Hide "linked levels" icon for 1 display
1 parent 8c74acd commit 4871682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Titlebar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default class Titlebar extends React.Component {
1010
}
1111

1212
getLinkIcon = () => {
13-
if(window.allMonitors && window.allMonitors.length > 0) {
13+
if(window.allMonitors && window.allMonitors.length > 1) {
1414
return (
1515
<div title="Link levels" data-active={this.state.linkedLevelsActive} onClick={this.toggleLinkedLevels} className="link">&#xE71B;</div>
1616
)

0 commit comments

Comments
 (0)