We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c74acd commit 4871682Copy full SHA for 4871682
1 file changed
src/components/Titlebar.jsx
@@ -10,7 +10,7 @@ export default class Titlebar extends React.Component {
10
}
11
12
getLinkIcon = () => {
13
- if(window.allMonitors && window.allMonitors.length > 0) {
+ if(window.allMonitors && window.allMonitors.length > 1) {
14
return (
15
<div title="Link levels" data-active={this.state.linkedLevelsActive} onClick={this.toggleLinkedLevels} className="link"></div>
16
)
0 commit comments