mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add Twitter and Reddit button actions
This commit is contained in:
@@ -70,8 +70,8 @@ struct SidebarToolbarModifier: ViewModifier {
|
||||
ToolbarItem(placement: .bottomBar, content: {
|
||||
Menu(content: {
|
||||
Button { viewModel.sheetToShow = .web } label: { Text("Add Web Feed") }
|
||||
Button { /* TODO:- Add Twitter Feed */ } label: { Text("Add Twitter Feed") }
|
||||
Button { /* TODO:- Add Reddit Feed */ } label: { Text("Add Reddit Feed") }
|
||||
Button { viewModel.sheetToShow = .twitter } label: { Text("Add Twitter Feed") }
|
||||
Button { viewModel.sheetToShow = .reddit } label: { Text("Add Reddit Feed") }
|
||||
Button { viewModel.sheetToShow = .folder } label: { Text("Add Folder") }
|
||||
}, label: {
|
||||
AppAssets.addMenuImage.font(.title3)
|
||||
|
||||
Reference in New Issue
Block a user