mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:47:34 +00:00
LibGUI: Show an error message on open error in the FilePicker
This commit is contained in:
parent
f2d3fcb7cd
commit
80e3cf3ef7
2 changed files with 11 additions and 0 deletions
|
@ -68,6 +68,8 @@ private:
|
|||
NonnullRefPtr<FileSystemModel> m_model;
|
||||
String m_selected_file;
|
||||
|
||||
RefPtr<GUI::Label> m_error_label;
|
||||
|
||||
RefPtr<TextBox> m_filename_textbox;
|
||||
RefPtr<TextBox> m_location_textbox;
|
||||
Vector<CommonLocationButton> m_common_location_buttons;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue