mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-04 10:29:55 +00: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')
|
this.hterm.onVTKeystroke('\f')
|
||||||
}
|
}
|
||||||
|
|
||||||
async configure (): Promise<void> {
|
configure (): void {
|
||||||
let config = this.config.store
|
let config = this.config.store
|
||||||
preferenceManager.set('font-family', `"${config.terminal.font}", "monospace-fallback", monospace`)
|
preferenceManager.set('font-family', `"${config.terminal.font}", "monospace-fallback", monospace`)
|
||||||
this.setFontSize()
|
this.setFontSize()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user