bumped Angular

This commit is contained in:
Eugene Pankov
2017-07-15 19:07:41 +02:00
parent 19565fba2c
commit e64126af37
11 changed files with 91 additions and 51 deletions

View File

@@ -27,7 +27,7 @@ export class SettingsTabComponent extends BaseTabComponent {
) {
super()
this.hotkeyDescriptions = hotkeyProviders.map(x => x.hotkeys).reduce((a, b) => a.concat(b))
this.title$.next('Settings')
this.title = 'Settings'
this.scrollable = true
this.screens = this.docking.getScreens()
}