Skip to content

Commit

Permalink
Test fix a crash on macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Apr 5, 2024
1 parent 9a6c83a commit 7287d7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Planet/Views/Sidebar/PlanetSidebarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ struct PlanetSidebarView: View {
.help("Toggle Sidebar")
}

/*
Spacer()
Menu {
Expand All @@ -159,6 +160,7 @@ struct PlanetSidebarView: View {
} 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 = 1958
CURRENT_PROJECT_VERSION = 1959

0 comments on commit 7287d7a

Please sign in to comment.