diff --git a/interface/app/$libraryId/TopBar/TopBarOptions.tsx b/interface/app/$libraryId/TopBar/TopBarOptions.tsx index 85274a022..6e5716c47 100644 --- a/interface/app/$libraryId/TopBar/TopBarOptions.tsx +++ b/interface/app/$libraryId/TopBar/TopBarOptions.tsx @@ -66,7 +66,6 @@ export default ({ options }: TopBarChildrenProps) => { /> )) )} - {os === 'windows' && } { windowSize <= 1279 && (toolsNotSmFlex?.length as number) > 0 ? 'flex' : 'hidden' } /> + {os === 'windows' && } ); }; @@ -193,7 +193,7 @@ export function WindowsControls({ windowSize }: { windowSize: number }) { getWindowState().catch(console.error); }, [getWindowState, windowSize]); return ( -
+
{
} center={} - right={ - os === 'windows' && - // {}, - // icon: , - // individual: true, - // showAtResolution: 'sm:flex' - // }, - // { - // toolTipLabel: 'Key Manager', - // onClick: () => {}, - // icon: , - // individual: true, - // showAtResolution: 'sm:flex' - // }, - // { - // toolTipLabel: 'Overview Display Settings', - // onClick: () => {}, - // icon: , - // individual: true, - // showAtResolution: 'sm:flex' - // } - // ] - // ]} - // /> - } + right={os === 'windows' && } />