1
Fork 0
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:
Cubic Love 2024-03-06 16:44:11 +00:00 committed by Sam Atkins
parent 580763e43e
commit 3bec616893
6 changed files with 2 additions and 2 deletions

View file

@ -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;