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:
parent
29abfc8623
commit
8251f97858
2 changed files with 1 additions and 0 deletions
|
@ -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>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue