mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:48:12 +00:00
SystemMenu: Add 'Themes' icon
This commit is contained in:
parent
a9d30a59d9
commit
58dd9f2d2a
2 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue