mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
SystemMenu: Add 'Themes' icon
This commit is contained in:
parent
a9d30a59d9
commit
58dd9f2d2a
Notes:
sideshowbarker
2024-07-19 04:31:08 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/58dd9f2d2a9 Pull-request: https://github.com/SerenityOS/serenity/pull/2898
2 changed files with 1 additions and 0 deletions
BIN
Base/res/icons/16x16/themes.png
Normal file
BIN
Base/res/icons/16x16/themes.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1,008 B |
|
@ -175,6 +175,7 @@ NonnullRefPtr<GUI::Menu> build_system_menu()
|
|||
g_themes_group.set_unchecking_allowed(false);
|
||||
|
||||
g_themes_menu = &system_menu->add_submenu("Themes");
|
||||
g_themes_menu->set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/themes.png"));
|
||||
|
||||
{
|
||||
Core::DirIterator dt("/res/themes", Core::DirIterator::SkipDots);
|
||||
|
|
Loading…
Reference in a new issue