Skip to content

Commit

Permalink
Remove a problematic toolbar part for #336
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Apr 5, 2024
1 parent 7287d7a commit 6b1c088
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions Planet/Views/Sidebar/PlanetSidebarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -141,26 +141,6 @@ struct PlanetSidebarView: View {
Image(systemName: "sidebar.left")
.help("Toggle Sidebar")
}

/*
Spacer()
Menu {
Button {
PlanetAppDelegate.shared.openTemplateWindow()
} label: {
Text("Template Browser")
}
Button {
PlanetAppDelegate.shared.openPublishedFoldersDashboardWindow()
} label: {
Text("Published Folders")
}
} label: {
Image(systemName: "ellipsis.circle")
}
*/
}
.onReceive(NotificationCenter.default.publisher(for: .publishMyPlanet)) {
aNotification in
Expand Down
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 1959
CURRENT_PROJECT_VERSION = 1960

0 comments on commit 6b1c088

Please sign in to comment.