SystemMenu: Add 'Themes' icon

This commit is contained in:
Ben Wiederhake 2020-07-27 01:58:13 +02:00 committed by Andreas Kling
parent a9d30a59d9
commit 58dd9f2d2a
Notes: sideshowbarker 2024-07-19 04:31:08 +09:00
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,008 B

View file

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