native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #168 from sbertix/sbertix/no-settings-toolbar-separator

authored by

khoi and committed by
GitHub
779ed383 23b545f7

-6
-6
supacode/Features/Settings/Views/SettingsView.swift
··· 114 114 } 115 115 } 116 116 } 117 - .toolbar { 118 - ToolbarItem(placement: .principal) { 119 - Color.clear 120 - .frame(width: 1, height: 1) 121 - } 122 - } 123 117 .navigationSplitViewStyle(.balanced) 124 118 .alert(store: settingsStore.scope(state: \.$alert, action: \.alert)) 125 119 .alert(store: store.scope(state: \.$alert, action: \.alert))