Merge branch 'main' of https://github.com/kwaroran/RisuAI
This commit is contained in:
@@ -302,7 +302,8 @@ export function setDatabase(data:Database){
|
||||
data.personas ??= [{
|
||||
name: data.username,
|
||||
personaPrompt: "",
|
||||
icon: data.userIcon
|
||||
icon: data.userIcon,
|
||||
largePortrait: false
|
||||
}]
|
||||
data.classicMaxWidth ??= false
|
||||
data.ooba ??= cloneDeep(defaultOoba)
|
||||
|
||||
Reference in New Issue
Block a user