mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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:
parent
a1943eb661
commit
41d5fa2b07
Notes:
sideshowbarker
2024-07-17 07:06:47 +09:00
Author: https://github.com/cubiclove Commit: https://github.com/SerenityOS/serenity/commit/41d5fa2b07 Pull-request: https://github.com/SerenityOS/serenity/pull/23755
2 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
## Name
|
||||
|
||||
![Icon](/res/icons/16x16/filetype-image.png) Image Viewer - SerenityOS image viewer
|
||||
![Icon](/res/icons/16x16/app-image-viewer.png) 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)
|
||||
|
|
Loading…
Reference in a new issue