feat(ui): enable info popovers by default

This commit is contained in:
psychedelicious 2024-07-25 15:33:09 +10:00 committed by Mary Hipp Rogers
parent b70ac88684
commit 95661c8b21

View File

@ -27,7 +27,7 @@ const initialSystemState: SystemState = {
language: 'en', language: 'en',
shouldUseNSFWChecker: false, shouldUseNSFWChecker: false,
shouldUseWatermarker: false, shouldUseWatermarker: false,
shouldEnableInformationalPopovers: false, shouldEnableInformationalPopovers: true,
status: 'DISCONNECTED', status: 'DISCONNECTED',
cancellations: [], cancellations: [],
}; };