1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:57:35 +00:00

Terminal: Add a window icon.

This commit is contained in:
Andreas Kling 2019-04-16 17:55:39 +02:00
parent 29abfc8623
commit 8251f97858
2 changed files with 1 additions and 0 deletions

View file

@ -98,6 +98,7 @@ int main(int argc, char** argv)
window->move_to(300, 300);
terminal.apply_size_increments_to_window(*window);
window->show();
window->set_icon_path("/res/icons/16x16/app-terminal.png");
auto menubar = make<GMenuBar>();