mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
set defaults for watermark and NSFW checker to FALSE
This commit is contained in:
parent
da76f6fee4
commit
bf0587da5f
@ -121,8 +121,8 @@ export const initialSystemState: SystemState = {
|
|||||||
language: 'en',
|
language: 'en',
|
||||||
isUploading: false,
|
isUploading: false,
|
||||||
isNodesEnabled: false,
|
isNodesEnabled: false,
|
||||||
shouldUseNSFWChecker: true,
|
shouldUseNSFWChecker: false,
|
||||||
shouldUseWatermarker: true,
|
shouldUseWatermarker: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const systemSlice = createSlice({
|
export const systemSlice = createSlice({
|
||||||
|
Loading…
Reference in New Issue
Block a user