mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +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: 41d5fa2b07
Pull-request: https://github.com/SerenityOS/serenity/pull/23755
2 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
 Image Viewer - SerenityOS image viewer
|
 Image Viewer - SerenityOS image viewer
|
||||||
|
|
||||||
[Open](file:///bin/ImageViewer)
|
[Open](file:///bin/ImageViewer)
|
||||||
|
|
||||||
|
@ -29,4 +29,3 @@ ImageViewer is even smart enough to detect other images and display them when cl
|
||||||
```sh
|
```sh
|
||||||
$ ImageViewer /res/graphics/buggie.png
|
$ ImageViewer /res/graphics/buggie.png
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -11,5 +11,5 @@ set(SOURCES
|
||||||
ViewWidget.cpp
|
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)
|
target_link_libraries(ImageViewer PRIVATE LibCore LibDesktop LibFileSystemAccessClient LibGUI LibGfx LibConfig LibImageDecoderClient LibMain LibURL)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue