Fire: Add app-fire.png 16x16 icon

This commit is contained in:
Brendan Coles 2020-05-02 03:34:26 +00:00 committed by Andreas Kling
commit 905de7df58
Notes: sideshowbarker 2024-07-19 07:06:46 +09:00
3 changed files with 4 additions and 1 deletions

View file

@ -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();
}