Persist log and connection search state across tabs

This commit is contained in:
世界
2026-03-06 10:09:56 +08:00
parent 0636b47d36
commit c7e1f667c3
4 changed files with 18 additions and 4 deletions
@@ -180,6 +180,9 @@ public class ExtensionEnvironments: ObservableObject {
@Published public var emptyProfiles = false
@Published public var pendingImportRemoteProfile: ImportRemoteProfileRequest?
public var logSearchText = ""
public var connectionSearchText = ""
public let profileUpdate = ObjectWillChangePublisher()
public let selectedProfileUpdate = ObjectWillChangePublisher()
public let openSettings = ObjectWillChangePublisher()