diff --git a/ShhShell/Info.plist b/ShhShell/Info.plist index c695df5..06d521d 100644 --- a/ShhShell/Info.plist +++ b/ShhShell/Info.plist @@ -2,6 +2,10 @@ + NSBonjourServices + + _bonjour._tcp + UIAppFonts MesloLGS NF Regular.ttf diff --git a/ShhShell/Views/Terminal/SSHTerminalDelegate.swift b/ShhShell/Views/Terminal/SSHTerminalDelegate.swift index ab7fc0e..23c3300 100644 --- a/ShhShell/Views/Terminal/SSHTerminalDelegate.swift +++ b/ShhShell/Views/Terminal/SSHTerminalDelegate.swift @@ -25,7 +25,7 @@ final class SSHTerminalDelegate: TerminalView, Sendable, @preconcurrency Termina if window != nil { restoreScrollback() if let hostsManager { - font = UIFont(name: hostsManager.selectedFont, size: hostsManager.fontSize)! +// font = UIFont(name: hostsManager.selectedFont, size: hostsManager.fontSize)! } applySelectedTheme() startFeedLoop()