mirror of
https://github.com/zoriya/flood.git
synced 2026-06-03 11:16:36 +00:00
dependencies: bump (minor)
This commit is contained in:
@@ -47,6 +47,10 @@ class SettingStore {
|
||||
}
|
||||
|
||||
saveClientSettings(settings: Partial<ClientSettings>) {
|
||||
if (this.clientSettings == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Object.assign(this.clientSettings, settings);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user