mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:47:34 +00:00
Base+ImageViewer: Add new icons for ImageViewer
Add ImageViewer application icons (16 and 32px) and matching image filetype icons.
This commit is contained in:
parent
580763e43e
commit
3bec616893
6 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
// TRY(Core::System::unveil("/res", "r"));
|
||||
// TRY(Core::System::unveil(nullptr, nullptr));
|
||||
|
||||
auto app_icon = GUI::Icon::default_icon("filetype-image"sv);
|
||||
auto app_icon = GUI::Icon::default_icon("app-image-viewer"sv);
|
||||
|
||||
StringView path;
|
||||
Core::ArgsParser args_parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue