mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
ProcessManager: Add a window icon.
This commit is contained in:
@@ -74,5 +74,7 @@ int main(int argc, char** argv)
|
||||
window->set_should_exit_event_loop_on_close(true);
|
||||
window->show();
|
||||
|
||||
window->set_icon_path("/res/icons/16x16/app-process-manager.png");
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user