mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-05 11:15:57 +00:00
kill remaining rust stuff
This commit is contained in:
parent
6eeabf657e
commit
7e2b20f4bc
2 changed files with 2 additions and 2 deletions
|
|
@ -764,7 +764,7 @@ private struct PortConfigurationView: View {
|
|||
|
||||
if let conflict = await PortConflictResolver.shared.detectConflict(on: port) {
|
||||
// Only show warning for non-VibeTunnel processes
|
||||
// tty-fwd and other VibeTunnel instances will be auto-killed by ServerManager
|
||||
// VibeTunnel instances will be auto-killed by ServerManager
|
||||
if case .reportExternalApp = conflict.suggestedAction {
|
||||
portConflict = conflict
|
||||
alternativePorts = conflict.alternativePorts
|
||||
|
|
|
|||
|
|
@ -335,7 +335,7 @@ private struct ServerSection: View {
|
|||
|
||||
if let conflict = await PortConflictResolver.shared.detectConflict(on: port) {
|
||||
// Only show warning for non-VibeTunnel processes
|
||||
// tty-fwd and other VibeTunnel instances will be auto-killed by ServerManager
|
||||
// VibeTunnel instances will be auto-killed by ServerManager
|
||||
if case .reportExternalApp = conflict.suggestedAction {
|
||||
portConflict = conflict
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue