1
Fork 0
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:
Karol Kosek 2021-07-27 13:52:28 +02:00 committed by Gunnar Beutner
parent f2d3fcb7cd
commit 80e3cf3ef7
2 changed files with 11 additions and 0 deletions

View file

@ -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;