This commit is contained in:
Kylmakalle 2025-04-02 22:00:17 +03:00
parent cdb9815403
commit e1d9d8d10c
6 changed files with 6 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 366 KiB

View File

@ -342,7 +342,8 @@ alternate_icon_folders = [
"SGBeta",
"SGPro",
"SGGold",
"SGDucky"
"SGDucky",
"SGDay"
]
[

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -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":

View File

@ -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"),