The file /Users/neog/Apps/macOS/NEOGHub/NEOGCommand/Modules/Settings/SettingsView.swift has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 44→ setLaunchAtLogin(newValue) 45→ } 46→ } 47→ 48→ Section("Notifications") { 49→ NotificationSettingsView(notificationService: notificationService) 50→ } 51→ 52→ Section("Appearance") { 53→ Toggle("Show in Menu Bar", isOn: $showMenuBarExtra) 54→ } 55→ 56→ Section("Services") { 57→ ServicePortsView() 58→ }