mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +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:
parent
14c7988eea
commit
88368df9a2
Notes:
sideshowbarker
2024-07-19 07:16:14 +09:00
Author: https://github.com/zlotny
Commit: 88368df9a2
Pull-request: https://github.com/SerenityOS/serenity/pull/1975
4 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue