mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-20 22:40:50 +02:00
Update Ghostgram features
This commit is contained in:
@@ -45,12 +45,14 @@ public struct PresentationAppIcon: Equatable {
|
||||
public let imageName: String
|
||||
public let isDefault: Bool
|
||||
public let isPremium: Bool
|
||||
public let isSGPro: Bool
|
||||
|
||||
public init(name: String, imageName: String, isDefault: Bool = false, isPremium: Bool = false) {
|
||||
public init(name: String, imageName: String, isDefault: Bool = false, isPremium: Bool = false, isSGPro: Bool = false) {
|
||||
self.name = name
|
||||
self.imageName = imageName
|
||||
self.isDefault = isDefault
|
||||
self.isPremium = isPremium
|
||||
self.isSGPro = isSGPro
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user