mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:08:11 +00:00
FileManager: Add a window icon.
This commit is contained in:
parent
91f561a417
commit
38e1e205a5
1 changed files with 2 additions and 0 deletions
|
@ -196,5 +196,7 @@ int main(int argc, char** argv)
|
|||
window->set_main_widget(widget);
|
||||
window->show();
|
||||
|
||||
window->set_icon_path("/res/icons/16x16/filetype-folder.png");
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue