MailSettings: Use the same app icon as Mail

*Settings applications should use the same icon as the app they manage
the settings for.
This commit is contained in:
Andreas Kling 2021-07-31 17:35:56 +02:00
parent 0e678403af
commit 67c0a2c5df
Notes: sideshowbarker 2024-07-18 07:40:41 +09:00
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 521 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 B

View File

@ -13,5 +13,5 @@ set(SOURCES
MailSettingsWindowGML.h
)
serenity_app(MailSettings ICON app-mail-settings)
serenity_app(MailSettings ICON app-mail)
target_link_libraries(MailSettings LibGUI)