1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:17:35 +00:00

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
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 MailSettingsWindowGML.h
) )
serenity_app(MailSettings ICON app-mail-settings) serenity_app(MailSettings ICON app-mail)
target_link_libraries(MailSettings LibGUI) target_link_libraries(MailSettings LibGUI)