mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:17:34 +00:00
LibGUI: Select common location on Filepicker startup
This commit is contained in:
parent
4f2dc8db26
commit
16830a60ec
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_location_textbox->set_icon(FileIconProvider::icon_for_path(path).bitmap_for_size(16));
|
||||||
|
m_model->on_complete();
|
||||||
}
|
}
|
||||||
|
|
||||||
FilePicker::~FilePicker()
|
FilePicker::~FilePicker()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue