Skip to content

Commit

Permalink
feat(ui): enable info popovers by default
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Jul 25, 2024
1 parent b70ac88 commit 71b7941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const initialSystemState: SystemState = {
language: 'en',
shouldUseNSFWChecker: false,
shouldUseWatermarker: false,
shouldEnableInformationalPopovers: false,
shouldEnableInformationalPopovers: true,
status: 'DISCONNECTED',
cancellations: [],
};
Expand Down

0 comments on commit 71b7941

Please sign in to comment.