Fix toolbar menu position inconsistency on legacy iOS
This commit is contained in:
@@ -258,7 +258,7 @@ import SwiftUI
|
||||
StartStopButton()
|
||||
#else
|
||||
if #available(iOS 26.0, *), !Variant.debugNoIOS26 {
|
||||
} else {
|
||||
} else if !useLegacyTabView || coordinator.selection != .connections {
|
||||
StartStopButton()
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user