fix(ptt): dismiss empty overlay immediately on key up

This commit is contained in:
Peter Steinberger
2025-12-09 19:48:28 +01:00
parent 577b0dfe1d
commit 474cb48a14
2 changed files with 11 additions and 1 deletions

View File

@@ -206,6 +206,10 @@ final class GatewayProcessManager: ObservableObject {
}
}
func clearLog() {
self.log = ""
}
private func makeEnvironment() -> Environment {
let merged = CommandResolver.preferredPaths().joined(separator: ":")
return .inherit.updating([