remove font settign js to check soemthing

This commit is contained in:
neon443
2025-07-17 16:12:45 +01:00
parent 73ce4c1e4a
commit 50d1aa02af
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSBonjourServices</key>
<array>
<string>_bonjour._tcp</string>
</array>
<key>UIAppFonts</key>
<array>
<string>MesloLGS NF Regular.ttf</string>

View File

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