mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:38:10 +00:00
ProcessManager: Add a window icon.
This commit is contained in:
parent
86361d3d45
commit
29abfc8623
2 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue