1
Fork 0
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:
Andreas Kling 2019-04-23 20:42:47 +02:00
parent 91f561a417
commit 38e1e205a5

View file

@ -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();
}