Display a message if no results are found in the asset library
This closes https://github.com/godotengine/godot-proposals/issues/184.
This commit is contained in:
parent
5cdecb8227
commit
41c89880f8
2 changed files with 15 additions and 1 deletions
|
|
@ -184,6 +184,7 @@ class EditorAssetLibrary : public PanelContainer {
|
|||
ScrollContainer *library_scroll;
|
||||
VBoxContainer *library_vb;
|
||||
Label *library_loading;
|
||||
Label *library_error;
|
||||
LineEdit *filter;
|
||||
OptionButton *categories;
|
||||
OptionButton *repository;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue