mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
Piano: Add 16x16 window icon.
This commit is contained in:
parent
3eeb0734ba
commit
9197cfc62f
Notes:
sideshowbarker
2024-07-19 13:17:14 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/9197cfc62f4
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];
|
||||
|
|
BIN
Base/res/icons/16x16/app-piano.png
Normal file
BIN
Base/res/icons/16x16/app-piano.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 146 B |
Loading…
Add table
Reference in a new issue