tools: Network Quality and STUN

This commit is contained in:
世界
2026-04-23 08:12:52 +08:00
parent 6559720e00
commit cd48f1abf6
24 changed files with 1537 additions and 501 deletions
@@ -199,11 +199,11 @@ import SwiftUI
Spacer()
if !isProfileCard {
Toggle("", isOn: Binding(
Toggle(isOn: Binding(
get: { isEnabled },
set: { _ in onToggle() }
))
.labelsHidden()
)) {}
.labelsHidden()
}
Button {