diff options
author | Andreas Kling <kling@serenityos.org> | 2021-07-31 17:35:56 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-31 20:09:27 +0200 |
commit | 67c0a2c5df351c6c248fb07f1382ab1b499afe1a (patch) | |
tree | b17754ef026c2147840a006e29f4f12449de48e7 /Userland/Applications | |
parent | 0e678403afcab03b7c61932f89d26848714be325 (diff) | |
download | serenity-67c0a2c5df351c6c248fb07f1382ab1b499afe1a.zip |
MailSettings: Use the same app icon as Mail
*Settings applications should use the same icon as the app they manage
the settings for.
Diffstat (limited to 'Userland/Applications')
-rw-r--r-- | Userland/Applications/MailSettings/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/MailSettings/CMakeLists.txt b/Userland/Applications/MailSettings/CMakeLists.txt index c2cca5e6f7..2204c395f2 100644 --- a/Userland/Applications/MailSettings/CMakeLists.txt +++ b/Userland/Applications/MailSettings/CMakeLists.txt @@ -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) |