Implement image comparison command
This commit is contained in:
@ -53,6 +53,10 @@ enum PageIcon: String, CaseIterable {
|
||||
|
||||
case audioPlayerNext = "next"
|
||||
|
||||
// MARK: Image compare
|
||||
|
||||
case leftRightArrow = "left-right-arrow"
|
||||
|
||||
var icon: ContentIcon.Type {
|
||||
switch self {
|
||||
case .statisticsTime: return StatisticsTimeIcon.self
|
||||
@ -77,6 +81,7 @@ enum PageIcon: String, CaseIterable {
|
||||
case .location: return Icon.Location.self
|
||||
case .poster: return Icon.Poster.self
|
||||
case .video: return Icon.Video.self
|
||||
case .leftRightArrow:return Icon.LeftRightArrow.self
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user