Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 1cab1b2

Browse files
committed
Removed desktop check 🚀
1 parent 6736b5b commit 1cab1b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/logic/device.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export const useIsPowerfulDesktop = () => {
88
const { numberOfLogicalProcessors } = useHardwareConcurrency();
99

1010
return (
11-
isDesktop &&
1211
deviceMemory >= 8 &&
1312
numberOfLogicalProcessors != null &&
1413
numberOfLogicalProcessors >= 8

0 commit comments

Comments
 (0)