Remove commented code
This commit is contained in:
parent
dc023e681b
commit
e6bd17f8f9
|
@ -35,7 +35,7 @@ struct TimelineToolbarModifier: ViewModifier {
|
||||||
ToolbarItem {
|
ToolbarItem {
|
||||||
Button {
|
Button {
|
||||||
} label: {
|
} label: {
|
||||||
AppAssets.markAllAsReadImage //.foregroundColor(.accentColor)
|
AppAssets.markAllAsReadImage
|
||||||
}
|
}
|
||||||
.help("Mark All As Read")
|
.help("Mark All As Read")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue