mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 04:52:23 +00:00
FileManager: Add a window icon.
This commit is contained in:
parent
91f561a417
commit
38e1e205a5
Notes:
sideshowbarker
2024-07-19 14:36:56 +09:00
Author: https://github.com/awesomekling
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