From 4871682ef3ef2129f20987fe50d2901591a5d4c4 Mon Sep 17 00:00:00 2001 From: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com> Date: Wed, 14 Aug 2019 21:21:33 -0400 Subject: [PATCH] Hide "linked levels" icon for 1 display --- src/components/Titlebar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Titlebar.jsx b/src/components/Titlebar.jsx index 86fccb2a..0b3db64c 100644 --- a/src/components/Titlebar.jsx +++ b/src/components/Titlebar.jsx @@ -10,7 +10,7 @@ export default class Titlebar extends React.Component { } getLinkIcon = () => { - if(window.allMonitors && window.allMonitors.length > 0) { + if(window.allMonitors && window.allMonitors.length > 1) { return (
)