diff --git a/Multiplatform/Shared/MainApp.swift b/Multiplatform/Shared/MainApp.swift index e011aeca0..1be5b3720 100644 --- a/Multiplatform/Shared/MainApp.swift +++ b/Multiplatform/Shared/MainApp.swift @@ -35,9 +35,14 @@ struct MainApp: App { .toolbar { ToolbarItem() { - Button(action: { showSheet = true }, label: { + Menu { + Button("Add Web Feed", action: { showSheet = true }) + Button("Add Reddit Feed", action: { }) + Button("Add Twitter Feed", action: { }) + Button("Add Folder", action: { }) + } label : { AppAssets.addMenuImage - }).help("Add Feed") + } } ToolbarItem {