mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:17:36 +00:00
Screensaver: Add app-screensaver.png 16x16 icon
This commit is contained in:
parent
cfbc49b5fc
commit
548ecceb75
3 changed files with 4 additions and 1 deletions
|
@ -146,7 +146,7 @@ int main(int argc, char** argv)
|
|||
screensaver_window.update();
|
||||
|
||||
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-screensaver.png"));
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue