mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +00:00
Fire: Add app-fire.png 16x16 icon
This commit is contained in:
parent
6c1e842a7e
commit
905de7df58
3 changed files with 4 additions and 1 deletions
|
@ -239,7 +239,7 @@ int main(int argc, char** argv)
|
|||
fire.set_stat_label(time);
|
||||
|
||||
window->show();
|
||||
window->set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/app-demo.png"));
|
||||
window->set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/app-fire.png"));
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue