mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:47:35 +00:00
Snake: Add a window icon. :^)
This commit is contained in:
parent
ca9a430965
commit
a0633c298b
2 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue