mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibGUI: Select common location on Filepicker startup
This commit is contained in:
parent
4f2dc8db26
commit
16830a60ec
Notes:
sideshowbarker
2024-07-18 05:11:12 +09:00
Author: https://github.com/danners
Commit: 16830a60ec
Pull-request: https://github.com/SerenityOS/serenity/pull/9644
Reviewed-by: https://github.com/vkoskiv ✅
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ FilePicker::FilePicker(Window* parent_window, Mode mode, const StringView& filen
|
|||
}
|
||||
|
||||
m_location_textbox->set_icon(FileIconProvider::icon_for_path(path).bitmap_for_size(16));
|
||||
m_model->on_complete();
|
||||
}
|
||||
|
||||
FilePicker::~FilePicker()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue