Changed add button to be a menu.
This commit is contained in:
parent
dd9dca57de
commit
217d1ac880
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user