Skip to content

Commit

Permalink
LibGUI: Select common location on Filepicker startup
Browse files Browse the repository at this point in the history
  • Loading branch information
danners authored and linusg committed Aug 28, 2021
1 parent 4f2dc8d commit 16830a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Userland/Libraries/LibGUI/FilePicker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 16830a6

Please sign in to comment.