1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-23 21:34:13 +03:00

configure() doesn't have to be async

This commit is contained in:
Eugene Pankov 2018-01-04 21:38:02 +01:00
parent 692045ce77
commit 46d9aabbdd

View File

@ -321,7 +321,7 @@ export class TerminalTabComponent extends BaseTabComponent {
this.hterm.onVTKeystroke('\f')
}
async configure (): Promise<void> {
configure (): void {
let config = this.config.store
preferenceManager.set('font-family', `"${config.terminal.font}", "monospace-fallback", monospace`)
this.setFontSize()