mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-06 23:39:54 +00:00
ios: change disappearing messages icon (#1641)
This commit is contained in:
@@ -509,7 +509,7 @@ public enum GroupFeature: String, Decodable, Feature {
|
||||
|
||||
public var icon: String {
|
||||
switch self {
|
||||
case .timedMessages: return "timer"
|
||||
case .timedMessages: return "stopwatch"
|
||||
case .directMessages: return "arrow.left.and.right.circle"
|
||||
case .fullDelete: return "trash.slash"
|
||||
case .voice: return "mic"
|
||||
@@ -518,7 +518,7 @@ public enum GroupFeature: String, Decodable, Feature {
|
||||
|
||||
public var iconFilled: String {
|
||||
switch self {
|
||||
case .timedMessages: return "timer"
|
||||
case .timedMessages: return "stopwatch.fill"
|
||||
case .directMessages: return "arrow.left.and.right.circle.fill"
|
||||
case .fullDelete: return "trash.slash.fill"
|
||||
case .voice: return "mic.fill"
|
||||
|
||||
Reference in New Issue
Block a user