mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): enable info popovers by default
This commit is contained in:
parent
b70ac88684
commit
95661c8b21
@ -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: [],
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user