mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-21 02:28:57 +00:00
Base+ImageViewer: Restore correct app icon
Restore ImageViewer's new application icon, which was accidentally
changed back to using the filetype icon by e800605.
Additionally, use the correct icon in the ImageViewer manpage.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## Name
|
||||
|
||||
 Image Viewer - SerenityOS image viewer
|
||||
 Image Viewer - SerenityOS image viewer
|
||||
|
||||
[Open](file:///bin/ImageViewer)
|
||||
|
||||
@@ -29,4 +29,3 @@ ImageViewer is even smart enough to detect other images and display them when cl
|
||||
```sh
|
||||
$ ImageViewer /res/graphics/buggie.png
|
||||
```
|
||||
|
||||
|
||||
@@ -11,5 +11,5 @@ set(SOURCES
|
||||
ViewWidget.cpp
|
||||
)
|
||||
|
||||
serenity_app(ImageViewer ICON filetype-image)
|
||||
serenity_app(ImageViewer ICON app-image-viewer)
|
||||
target_link_libraries(ImageViewer PRIVATE LibCore LibDesktop LibFileSystemAccessClient LibGUI LibGfx LibConfig LibImageDecoderClient LibMain LibURL)
|
||||
|
||||
Reference in New Issue
Block a user