MCPcopy
hub / github.com/simstudioai/sim / useShowActionBar

Function useShowActionBar

apps/sim/hooks/queries/general-settings.ts:122–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122export function useShowActionBar(): boolean {
123 const { data } = useGeneralSettings()
124 return data?.showActionBar ?? true
125}
126
127export function useBillingUsageNotifications(): boolean {
128 const { data } = useGeneralSettings()

Callers 1

Calls 1

useGeneralSettingsFunction · 0.85

Tested by

no test coverage detected