mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
Piano: Add 16x16 window icon.
This commit is contained in:
parent
3eeb0734ba
commit
9197cfc62f
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ int main(int argc, char** argv)
|
|||
|
||||
window->show();
|
||||
|
||||
window->set_icon_path("/res/icons/16x16/app-piano.png");
|
||||
|
||||
CNotifier notifier(s_pipefds[0], CNotifier::Read);
|
||||
notifier.on_ready_to_read = [&] {
|
||||
char buffer[32];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue