|
|
|
|
@ -317,18 +317,6 @@ struct UmpireView: View { |
|
|
|
|
licenseMessage = nil |
|
|
|
|
} |
|
|
|
|
.navigationTitle("Juge-Arbitre") |
|
|
|
|
.toolbar { |
|
|
|
|
#if DEBUG |
|
|
|
|
ToolbarItem(placement: .topBarTrailing) { |
|
|
|
|
NetworkStatusView() |
|
|
|
|
// if StoreCenter.main.collectionsCanSynchronize { |
|
|
|
|
// Image(systemName: "checkmark.icloud") |
|
|
|
|
// } else { |
|
|
|
|
// Image(systemName: "icloud.slash") |
|
|
|
|
// } |
|
|
|
|
} |
|
|
|
|
#endif |
|
|
|
|
} |
|
|
|
|
.navigationBarBackButtonHidden(focusedField != nil) |
|
|
|
|
.toolbar(content: { |
|
|
|
|
if focusedField != nil { |
|
|
|
|
|