From 50d1aa02af66bf86341b9f4a05182ef306fb102a Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:12:45 +0100 Subject: [PATCH] remove font settign js to check soemthing --- ShhShell/Info.plist | 4 ++++ ShhShell/Views/Terminal/SSHTerminalDelegate.swift | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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()