mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Snake: Add a window icon. :^)
This commit is contained in:
parent
ca9a430965
commit
a0633c298b
Notes:
sideshowbarker
2024-07-19 14:38:00 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a0633c298bd
2 changed files with 1 additions and 1 deletions
BIN
Base/res/icons/16x16/app-snake.png
Normal file
BIN
Base/res/icons/16x16/app-snake.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 200 B |
|
@ -44,7 +44,7 @@ int main(int argc, char** argv)
|
|||
|
||||
window->show();
|
||||
|
||||
window->set_icon_path("/res/icons/minesweeper/mine.png");
|
||||
window->set_icon_path("/res/icons/16x16/app-snake.png");
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue