From be72ad3c367d1d12053565132002d29ca2e24383 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 16 Apr 2017 23:06:54 +0200 Subject: [PATCH] . --- .../src/components/terminalSettingsTab.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminus-terminal/src/components/terminalSettingsTab.component.ts b/terminus-terminal/src/components/terminalSettingsTab.component.ts index 16d65427..13ab6cae 100644 --- a/terminus-terminal/src/components/terminalSettingsTab.component.ts +++ b/terminus-terminal/src/components/terminalSettingsTab.component.ts @@ -29,7 +29,7 @@ export class TerminalSettingsTabComponent { ) { } async ngOnInit () { - if (this.hostApp.platform == Platform.Windows) { + if (this.hostApp.platform == Platform.Windows || this.hostApp.platform == Platform.macOS) { let fonts = await new Promise((resolve) => fontManager.findFonts({ monospace: true }, resolve)) this.fonts = fonts.map(x => x.family) this.fonts.sort()