We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70ac88 commit 95661c8Copy full SHA for 95661c8
invokeai/frontend/web/src/features/system/store/systemSlice.ts
@@ -27,7 +27,7 @@ const initialSystemState: SystemState = {
27
language: 'en',
28
shouldUseNSFWChecker: false,
29
shouldUseWatermarker: false,
30
- shouldEnableInformationalPopovers: false,
+ shouldEnableInformationalPopovers: true,
31
status: 'DISCONNECTED',
32
cancellations: [],
33
};
0 commit comments