mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 05:19:13 +00:00
fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user