mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 12:46:06 +00:00
LibGUI: Show an error message on open error in the FilePicker
This commit is contained in:
parent
f2d3fcb7cd
commit
80e3cf3ef7
Notes:
sideshowbarker
2024-07-19 17:22:34 +09:00
Author: https://github.com/krkk
Commit: 80e3cf3ef7
Pull-request: https://github.com/SerenityOS/serenity/pull/9037
Reviewed-by: https://github.com/gunnarbeutner ✅
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