mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Add icon
This commit is contained in:
parent
cdb9815403
commit
e1d9d8d10c
Binary file not shown.
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 366 KiB |
@ -342,7 +342,8 @@ alternate_icon_folders = [
|
||||
"SGBeta",
|
||||
"SGPro",
|
||||
"SGGold",
|
||||
"SGDucky"
|
||||
"SGDucky",
|
||||
"SGDay"
|
||||
]
|
||||
|
||||
[
|
||||
|
BIN
Telegram/Telegram-iOS/SGDay.alticon/SGDay@2x.png
Normal file
BIN
Telegram/Telegram-iOS/SGDay.alticon/SGDay@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
Telegram/Telegram-iOS/SGDay.alticon/SGDay@3x.png
Normal file
BIN
Telegram/Telegram-iOS/SGDay.alticon/SGDay@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
@ -403,6 +403,9 @@ class ThemeSettingsAppIconItemNode: ListViewItemNode, ItemListItemNode {
|
||||
case "SGDucky":
|
||||
name = "Ducky"
|
||||
bordered = false
|
||||
case "SGDay":
|
||||
name = "Day"
|
||||
bordered = false
|
||||
case "BlueIcon":
|
||||
name = item.strings.Appearance_AppIconDefault
|
||||
case "BlackIcon":
|
||||
|
@ -916,9 +916,9 @@ private func extractAccountManagerState(records: AccountRecordsView<TelegramAcco
|
||||
PresentationAppIcon(name: "SGSky", imageName: "SGSky"),
|
||||
PresentationAppIcon(name: "SGTitanium", imageName: "SGTitanium"),
|
||||
PresentationAppIcon(isSGPro: true, name: "SGPro", imageName: "SGPro"),
|
||||
PresentationAppIcon(isSGPro: true, name: "SGDay", imageName: "SGDay"),
|
||||
PresentationAppIcon(isSGPro: true, name: "SGGold", imageName: "SGGold"),
|
||||
SGSimpleSettings.shared.duckyAppIconAvailable ? PresentationAppIcon(isSGPro: true, name: "SGDucky", imageName: "SGDucky") : PresentationAppIcon(name: "", imageName: ""), // Empty
|
||||
PresentationAppIcon(name: "", imageName: ""), // Empty
|
||||
PresentationAppIcon(name: "SGNeon", imageName: "SGNeon"),
|
||||
PresentationAppIcon(name: "SGNeonBlue", imageName: "SGNeonBlue"),
|
||||
PresentationAppIcon(name: "SGGlass", imageName: "SGGlass"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user