Skip to content

Commit

Permalink
Update MainView.swift (PlayCover#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
404oops authored Sep 25, 2023
1 parent 6785597 commit 7803c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlayCover/Views/MainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ struct MainView: View {
self.selectedView = URLObserved.type == .source ? 2 : 1
}
.toolbar {
ToolbarItem(placement: .navigation) {
ToolbarItem { // Sits on the left by default
Button(action: toggleSidebar, label: {
Image(systemName: "sidebar.leading")
})
Expand Down

0 comments on commit 7803c73

Please sign in to comment.