Screensaver: Add app-screensaver.png 16x16 icon
This commit is contained in:
parent
cfbc49b5fc
commit
548ecceb75
Notes:
sideshowbarker
2024-07-19 07:02:52 +09:00
Author: https://github.com/bcoles Commit: https://github.com/SerenityOS/serenity/commit/548ecceb752 Pull-request: https://github.com/SerenityOS/serenity/pull/2060
3 changed files with 4 additions and 1 deletions
|
@ -2,3 +2,6 @@
|
|||
Name=Screensaver
|
||||
Executable=/bin/Screensaver
|
||||
Category=Demos
|
||||
|
||||
[Icons]
|
||||
16x16=/res/icons/16x16/app-screensaver.png
|
||||
|
|
BIN
Base/res/icons/16x16/app-screensaver.png
Normal file
BIN
Base/res/icons/16x16/app-screensaver.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 241 B |
|
@ -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
Reference in a new issue