(newSettings: SiteSettings)
| 250 | } |
| 251 | |
| 252 | public setSettings(newSettings: SiteSettings) { |
| 253 | this.onSettingsChange(newSettings); |
| 254 | this.onChange(newSettings); |
| 255 | } |
| 256 | |
| 257 | private onUiChange() { |
| 258 | for (const setting of this.settingsObjs) { |
no test coverage detected