diff --git a/apps/readest-app/src/app/library/components/LibraryHeader.tsx b/apps/readest-app/src/app/library/components/LibraryHeader.tsx index 292630d1..ea3bb4cb 100644 --- a/apps/readest-app/src/app/library/components/LibraryHeader.tsx +++ b/apps/readest-app/src/app/library/components/LibraryHeader.tsx @@ -49,7 +49,7 @@ const LibraryHeader: React.FC = ({ }; }, [onToggleSelectMode]); - const windowButtonVisible = appService?.appPlatform !== 'web' && !isTrafficLightVisible; + const windowButtonVisible = appService?.hasWindowBar && !isTrafficLightVisible; const isInGroupView = !!searchParams?.get('group'); return ( @@ -128,12 +128,14 @@ const LibraryHeader: React.FC = ({ > - + {appService?.hasWindowBar && ( + + )}