please please please

This commit is contained in:
breadone 2024-07-10 13:25:36 +12:00
parent a174b096fd
commit 154c02ca6c
No known key found for this signature in database
2 changed files with 1 additions and 11 deletions

View File

@ -16,7 +16,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "46AD30CD2C26559B00486C25"
BuildableName = "OnCuePresenter.app"
BuildableName = "OnCue.app"
BlueprintName = "OnCuePresenter"
ReferencedContainer = "container:OnCue.xcodeproj">
</BuildableReference>

View File

@ -41,16 +41,6 @@ struct MainViewPresenter: View {
}
}
.toolbar {
ToolbarItem(placement: .primaryAction) {
Button {
} label: {
Label("Sync", systemImage: "arrow.triangle.2.circlepath")
}
}
}
.navigationTitle("Projects")
} detail: {
Text("Select an item")