mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Changed add button to be a menu.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user