mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various improvements
This commit is contained in:
@@ -17,7 +17,6 @@ import AccountContext
|
||||
import OverlayStatusController
|
||||
import AvatarNode
|
||||
import AlertUI
|
||||
import PresentationDataUtils
|
||||
import TelegramNotices
|
||||
import GalleryUI
|
||||
import LegacyUI
|
||||
@@ -1436,7 +1435,12 @@ public func settingsController(context: AccountContext, accountManager: AccountM
|
||||
actionsDisposable.dispose()
|
||||
}
|
||||
|
||||
let icon = UIImage(bundleImageName: "Chat List/Tabs/IconSettings")
|
||||
let icon: UIImage?
|
||||
if useSpecialTabBarIcons() {
|
||||
icon = UIImage(bundleImageName: "Chat List/Tabs/Holiday/IconSettings")
|
||||
} else {
|
||||
icon = UIImage(bundleImageName: "Chat List/Tabs/IconSettings")
|
||||
}
|
||||
|
||||
let notificationsFromAllAccounts = accountManager.sharedData(keys: [ApplicationSpecificSharedDataKeys.inAppNotificationSettings])
|
||||
|> map { sharedData -> Bool in
|
||||
|
||||
Reference in New Issue
Block a user