forked from akai/readest
This commit is contained in:
@@ -95,7 +95,7 @@ const LibraryHeader: React.FC<LibraryHeaderProps> = ({
|
||||
cleanupTrafficLightListeners();
|
||||
};
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, []);
|
||||
}, [appService?.hasTrafficLight]);
|
||||
|
||||
const windowButtonVisible = appService?.hasWindowBar && !isTrafficLightVisible;
|
||||
const isInGroupView = !!searchParams?.get('group');
|
||||
|
||||
Reference in New Issue
Block a user