mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +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",
|
"SGBeta",
|
||||||
"SGPro",
|
"SGPro",
|
||||||
"SGGold",
|
"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":
|
case "SGDucky":
|
||||||
name = "Ducky"
|
name = "Ducky"
|
||||||
bordered = false
|
bordered = false
|
||||||
|
case "SGDay":
|
||||||
|
name = "Day"
|
||||||
|
bordered = false
|
||||||
case "BlueIcon":
|
case "BlueIcon":
|
||||||
name = item.strings.Appearance_AppIconDefault
|
name = item.strings.Appearance_AppIconDefault
|
||||||
case "BlackIcon":
|
case "BlackIcon":
|
||||||
|
@ -916,9 +916,9 @@ private func extractAccountManagerState(records: AccountRecordsView<TelegramAcco
|
|||||||
PresentationAppIcon(name: "SGSky", imageName: "SGSky"),
|
PresentationAppIcon(name: "SGSky", imageName: "SGSky"),
|
||||||
PresentationAppIcon(name: "SGTitanium", imageName: "SGTitanium"),
|
PresentationAppIcon(name: "SGTitanium", imageName: "SGTitanium"),
|
||||||
PresentationAppIcon(isSGPro: true, name: "SGPro", imageName: "SGPro"),
|
PresentationAppIcon(isSGPro: true, name: "SGPro", imageName: "SGPro"),
|
||||||
|
PresentationAppIcon(isSGPro: true, name: "SGDay", imageName: "SGDay"),
|
||||||
PresentationAppIcon(isSGPro: true, name: "SGGold", imageName: "SGGold"),
|
PresentationAppIcon(isSGPro: true, name: "SGGold", imageName: "SGGold"),
|
||||||
SGSimpleSettings.shared.duckyAppIconAvailable ? PresentationAppIcon(isSGPro: true, name: "SGDucky", imageName: "SGDucky") : PresentationAppIcon(name: "", imageName: ""), // Empty
|
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: "SGNeon", imageName: "SGNeon"),
|
||||||
PresentationAppIcon(name: "SGNeonBlue", imageName: "SGNeonBlue"),
|
PresentationAppIcon(name: "SGNeonBlue", imageName: "SGNeonBlue"),
|
||||||
PresentationAppIcon(name: "SGGlass", imageName: "SGGlass"),
|
PresentationAppIcon(name: "SGGlass", imageName: "SGGlass"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user