Skip to content

Commit

Permalink
1.16.0: enable cost by default
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed May 8, 2024
1 parent 2894e16 commit d7fc8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/state/store-ux-labs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const useUXLabsStore = create<UXLabsStore>()(
labsHighPerformance: false,
setLabsHighPerformance: (labsHighPerformance: boolean) => set({ labsHighPerformance }),

labsShowCost: false,
labsShowCost: true, // release 1.16.0 with this enabled by default
setLabsShowCost: (labsShowCost: boolean) => set({ labsShowCost }),

}),
Expand Down

0 comments on commit d7fc8c1

Please sign in to comment.