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()