diff options
author | Linus Groh <mail@linusgroh.de> | 2020-12-24 16:22:02 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-12-24 20:50:30 +0100 |
commit | e5ac1fcd00a7fa4859c54954ba7b373490384669 (patch) | |
tree | bd19ab58683458a667ab217cf4bf5ae249319b1d /Base/res/apps/FileManager.af | |
parent | 0384eb41ae0472f2d2cd3337f413c131f4c04c86 (diff) | |
download | serenity-e5ac1fcd00a7fa4859c54954ba7b373490384669.zip |
Base: Remove [Icons] section from .af files
With everything now using GUI::FileIconProvider and therefore loading
icons embedded in the executable files, this information is now longer
being used.
We might have to think about this again if we want to allow .af files
with custom commands (e.g. shell scripts). Maybe those could get away
with just an "Icon" entry under "[App]", but currently there's only
"Executable" anyway.
Diffstat (limited to 'Base/res/apps/FileManager.af')
-rw-r--r-- | Base/res/apps/FileManager.af | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Base/res/apps/FileManager.af b/Base/res/apps/FileManager.af index b1f6362cb7..75be86b29a 100644 --- a/Base/res/apps/FileManager.af +++ b/Base/res/apps/FileManager.af @@ -2,7 +2,3 @@ Name=File Manager Executable=/bin/FileManager Category=Utilities - -[Icons] -16x16=/res/icons/16x16/filetype-folder.png -32x32=/res/icons/32x32/filetype-folder.png |