1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00

Base+Browser: Add an icon for the serenity Browser and make it use it

Browser was using the filetype-html icon instead of a dedicated one, so
we now have the globe from that icon reimagined and in good Buggie
company :^)
This commit is contained in:
Andres Vieira 2020-04-26 20:58:05 +02:00 committed by Andreas Kling
parent 14c7988eea
commit 88368df9a2
4 changed files with 3 additions and 3 deletions

View file

@ -169,7 +169,7 @@ int main(int argc, char** argv)
};
window_actions.on_about = [&] {
GUI::AboutDialog::show("Browser", Gfx::Bitmap::load_from_file("/res/icons/32x32/filetype-html.png"), window);
GUI::AboutDialog::show("Browser", Gfx::Bitmap::load_from_file("/res/icons/32x32/app-browser.png"), window);
};
window_actions.on_show_bookmarks_bar = [&](auto& action) {