update: debug overlay layout controls
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { useDebugStore } from "@/hooks/debug/useDebugStore";
|
||||
|
||||
export function useShowDebugOverlay(): boolean {
|
||||
return useDebugStore((debug) => debug.getShowDebugOverlay());
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
import { useDebugStore } from "@/hooks/debug/useDebugStore";
|
||||
|
||||
export function useShowDebugPerf(): boolean {
|
||||
return useDebugStore((debug) => debug.getShowPerf());
|
||||
}
|
||||
Reference in New Issue
Block a user