mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibGUI: Show the special home directory icon in GUI::FilePicker
This commit is contained in:
parent
f286eb7fcd
commit
76523a3d2d
Notes:
sideshowbarker
2024-07-19 04:42:30 +09:00
Author: https://github.com/awesomekling
Commit: 76523a3d2d
2 changed files with 28 additions and 15 deletions
|
@ -67,6 +67,8 @@ private:
|
|||
void clear_preview();
|
||||
void on_file_return();
|
||||
|
||||
void set_path(const String&);
|
||||
|
||||
virtual void on_model_update(unsigned) override;
|
||||
|
||||
FilePicker(Window* parent_window, Mode type = Mode::Open, Options = Options::None, const StringView& file_name = "Untitled", const StringView& path = Core::StandardPaths::home_directory());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue