Skip to content

Commit

Permalink
Disable devtools again
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Sep 19, 2024
1 parent 86e939e commit c5541a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function MyApp({ Component, pageProps }: AppProps<ManifoldPageProps>) {
useHasLoaded()
useRefreshAllClients()
// ian: Required by GambleId
const devToolsOpen = useDevtoolsDetector()
const devToolsOpen = false //useDevtoolsDetector()
useThemeManager()

const title = 'Manifold'
Expand Down

0 comments on commit c5541a4

Please sign in to comment.