mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-30 20:00:12 +02:00
fix isCombined not saved
This commit is contained in:
parent
65e16affb7
commit
40706e8430
@ -76,6 +76,7 @@ export class QuickReplySettings {
|
|||||||
toJSON() {
|
toJSON() {
|
||||||
return {
|
return {
|
||||||
isEnabled: this.isEnabled,
|
isEnabled: this.isEnabled,
|
||||||
|
isCombined: this.isCombined,
|
||||||
config: this.config,
|
config: this.config,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user