mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
WindowServer+LibGUI: Add ability to set per-window icons.
The icons are passed around as filesystem paths for now, since the shared memory bitmaps only support 2 sides.
This commit is contained in:
@@ -151,5 +151,7 @@ int main(int argc, char** argv)
|
||||
text_editor->set_focus(true);
|
||||
window->show();
|
||||
|
||||
window->set_icon_path("/res/icons/TextEditor16.png");
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user