mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03:00
ProcessManager: Add a window icon.
This commit is contained in:
parent
86361d3d45
commit
29abfc8623
Notes:
sideshowbarker
2024-07-19 14:41:09 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/29abfc86233
@ -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();
|
||||
}
|
||||
|
BIN
Base/res/icons/16x16/app-process-manager.png
Normal file
BIN
Base/res/icons/16x16/app-process-manager.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 162 B |
Loading…
Reference in New Issue
Block a user