Skip to content

Commit

Permalink
Add header to Mac menu profiles list
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Nov 22, 2024
1 parent 4b4fca8 commit fb0d1ab
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ private extension AppMenu {
}

var profilesList: some View {
ForEach(profileManager.previews, id: \.id, content: profileToggle)
Group {
ForEach(profileManager.previews, id: \.id, content: profileToggle)
}
.themeSection(header: Strings.Views.Profiles.Folders.default)
}

func profileToggle(for preview: ProfilePreview) -> some View {
Expand Down

0 comments on commit fb0d1ab

Please sign in to comment.