mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various improvements
This commit is contained in:
@@ -45,11 +45,13 @@ public struct PresentationAppIcon: Equatable {
|
||||
public let name: String
|
||||
public let imageName: String
|
||||
public let isDefault: Bool
|
||||
public let isPremium: Bool
|
||||
|
||||
public init(name: String, imageName: String, isDefault: Bool = false) {
|
||||
public init(name: String, imageName: String, isDefault: Bool = false, isPremium: Bool = false) {
|
||||
self.name = name
|
||||
self.imageName = imageName
|
||||
self.isDefault = isDefault
|
||||
self.isPremium = isPremium
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user