mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +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) {
|
if let conflict = await PortConflictResolver.shared.detectConflict(on: port) {
|
||||||
// Only show warning for non-VibeTunnel processes
|
// 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 {
|
if case .reportExternalApp = conflict.suggestedAction {
|
||||||
portConflict = conflict
|
portConflict = conflict
|
||||||
alternativePorts = conflict.alternativePorts
|
alternativePorts = conflict.alternativePorts
|
||||||
|
|
|
||||||
|
|
@ -335,7 +335,7 @@ private struct ServerSection: View {
|
||||||
|
|
||||||
if let conflict = await PortConflictResolver.shared.detectConflict(on: port) {
|
if let conflict = await PortConflictResolver.shared.detectConflict(on: port) {
|
||||||
// Only show warning for non-VibeTunnel processes
|
// 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 {
|
if case .reportExternalApp = conflict.suggestedAction {
|
||||||
portConflict = conflict
|
portConflict = conflict
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue