This commit is contained in:
Balazs Perlaki-Horvath 2024-11-01 20:00:51 +01:00
parent 8fd75bc7c5
commit f5c888fddc

View File

@ -47,7 +47,6 @@ enum Brand {
static let appName: String = Config.value(for: .displayName) ?? "Kiwix"
static let appStoreId: String = Config.value(for: .appStoreID) ?? "id997079563"
static let loadingLogoImage: String = "welcomeLogo"
// swiftlint:disable:next force_cast
static var loadingLogoSize: CGSize = ImageInfo.sizeOf(imageName: loadingLogoImage)!
static let aboutText: String = Config.value(for: .aboutText) ?? "settings.about.description".localized