Skip to content

Commit 95661c8

Browse files
psychedeliciousmaryhipp
authored andcommitted
feat(ui): enable info popovers by default
1 parent b70ac88 commit 95661c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/system/store/systemSlice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const initialSystemState: SystemState = {
2727
language: 'en',
2828
shouldUseNSFWChecker: false,
2929
shouldUseWatermarker: false,
30-
shouldEnableInformationalPopovers: false,
30+
shouldEnableInformationalPopovers: true,
3131
status: 'DISCONNECTED',
3232
cancellations: [],
3333
};

0 commit comments

Comments
 (0)