dependencies: bump (minor)

This commit is contained in:
Jesse Chan
2022-05-30 21:02:16 -07:00
parent d85e529564
commit 0c8b216b5e
3 changed files with 1446 additions and 871 deletions
@@ -47,6 +47,10 @@ class SettingStore {
}
saveClientSettings(settings: Partial<ClientSettings>) {
if (this.clientSettings == null) {
return;
}
Object.assign(this.clientSettings, settings);
}
}