Fix scaling of logos

This commit is contained in:
viown
2025-06-11 00:56:54 +03:00
parent c475b43ebd
commit e1c9c8efd8
5 changed files with 15 additions and 8 deletions
@@ -19,7 +19,8 @@ const getSystemStorageQuery = (
) => queryOptions({
queryKey: [ 'SystemStorage' ],
queryFn: ({ signal }) => fetchSystemStorage(api!, { signal }),
enabled: !!api
enabled: !!api,
refetchOnWindowFocus: false
});
export const useSystemStorage = () => {