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:
parent
692045ce77
commit
46d9aabbdd
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user