mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Base: Add icons for Assistant
Add 32px and 16px application icons for Assistant
This commit is contained in:
parent
b87747fa64
commit
f522178881
Notes:
sideshowbarker
2024-07-17 21:26:19 +09:00
Author: https://github.com/cubiclove Commit: https://github.com/SerenityOS/serenity/commit/f522178881 Pull-request: https://github.com/SerenityOS/serenity/pull/18213 Reviewed-by: https://github.com/AtkinsSJ ✅ Reviewed-by: https://github.com/caoimhebyrne ✅
3 changed files with 1 additions and 1 deletions
BIN
Base/res/icons/16x16/app-assistant.png
Normal file
BIN
Base/res/icons/16x16/app-assistant.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 178 B |
BIN
Base/res/icons/32x32/app-assistant.png
Normal file
BIN
Base/res/icons/32x32/app-assistant.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 325 B |
|
@ -9,5 +9,5 @@ set(SOURCES
|
|||
main.cpp
|
||||
)
|
||||
|
||||
serenity_app(Assistant ICON app-run)
|
||||
serenity_app(Assistant ICON app-assistant)
|
||||
target_link_libraries(Assistant PRIVATE LibCore LibDesktop LibGfx LibGUI LibJS LibMain LibThreading)
|
||||
|
|
Loading…
Reference in a new issue