FileManager: Add a window icon.

This commit is contained in:
Andreas Kling 2019-04-23 20:42:47 +02:00
commit 38e1e205a5
Notes: sideshowbarker 2024-07-19 14:36:56 +09:00

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