Skip to content

Commit

Permalink
Enable theme chooser
Browse files Browse the repository at this point in the history
  • Loading branch information
rianadon committed Jan 1, 2024
1 parent d07a410 commit 2665858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export const noWall = search.includes('NoWall')
export const intersection = search.includes('Intersection')
export const timing = search.includes('Timing')
export const fast = search.includes('Fast')
export const theme = search.includes('Theme')
export const theme = true
export const glb = search.includes('glb')

0 comments on commit 2665858

Please sign in to comment.