Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ internal final class MainWindowToolbar: NSObject, NSToolbarDelegate {
.sidebarTrackingSeparator,
Self.connectionGroup,
Self.refreshSaveGroup,
.flexibleSpace,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Migrate saved toolbar layouts too

When a user already has an autosaved toolbar configuration from the prior build, this default-only spacer insertion will not repair that restored item list because autosavesConfiguration is enabled in init. In that scenario the saved ordering still lacks the spacer before principal, so the connection/refresh actions remain attached to the centered chip; consider migrating/resetting only the buggy saved ordering or versioning the toolbar identifier so affected profiles receive the new spacer.

Useful? React with 👍 / 👎.

Self.principal,
.flexibleSpace,
Self.quickSwitcher,
Expand Down
Loading