Fix toolbar menu position inconsistency on legacy iOS

This commit is contained in:
世界
2025-12-04 15:56:02 +08:00
parent ada4232f54
commit 3239b1e822
2 changed files with 6 additions and 2 deletions
@@ -258,7 +258,7 @@ import SwiftUI
StartStopButton()
#else
if #available(iOS 26.0, *), !Variant.debugNoIOS26 {
} else {
} else if !useLegacyTabView || coordinator.selection != .connections {
StartStopButton()
}
#endif