fix isCombined not saved

This commit is contained in:
LenAnderson 2023-12-20 21:53:36 +00:00
parent 65e16affb7
commit 40706e8430
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ export class QuickReplySettings {
toJSON() {
return {
isEnabled: this.isEnabled,
isCombined: this.isCombined,
config: this.config,
};
}