From d403a907cb2f0a2c4df8a85e731200719c2cb973 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Thu, 17 Jul 2025 21:23:39 +0100 Subject: [PATCH] fix --- Config.xcconfig | 2 +- ShhShell/Host/HostsManager.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Config.xcconfig b/Config.xcconfig index c16290e..5c1c55e 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -6,7 +6,7 @@ // VERSION = 1.6 -BUILD = 55 +BUILD = 56 // Configuration settings file format documentation can be found at: // https://developer.apple.com/documentation/xcode/adding-a-build-configuration-file-to-your-project diff --git a/ShhShell/Host/HostsManager.swift b/ShhShell/Host/HostsManager.swift index 455fa22..a12cd8f 100644 --- a/ShhShell/Host/HostsManager.swift +++ b/ShhShell/Host/HostsManager.swift @@ -199,7 +199,7 @@ class HostsManager: ObservableObject, @unchecked Sendable { withAnimation { hosts[index] = updateHostWithNewID } saveHosts() } else { - withAnimation { hosts.append(updatedHost) }slack + withAnimation { hosts.append(updatedHost) } } }