This commit is contained in:
neon443
2025-07-17 21:23:39 +01:00
parent 4af9536885
commit d403a907cb
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
// //
VERSION = 1.6 VERSION = 1.6
BUILD = 55 BUILD = 56
// Configuration settings file format documentation can be found at: // Configuration settings file format documentation can be found at:
// https://developer.apple.com/documentation/xcode/adding-a-build-configuration-file-to-your-project // https://developer.apple.com/documentation/xcode/adding-a-build-configuration-file-to-your-project

View File

@@ -199,7 +199,7 @@ class HostsManager: ObservableObject, @unchecked Sendable {
withAnimation { hosts[index] = updateHostWithNewID } withAnimation { hosts[index] = updateHostWithNewID }
saveHosts() saveHosts()
} else { } else {
withAnimation { hosts.append(updatedHost) }slack withAnimation { hosts.append(updatedHost) }
} }
} }