mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 17:11:30 +00:00
option to disable sort in script list
This commit is contained in:
parent
79f48cde3d
commit
e1778fb921
2 changed files with 5 additions and 1 deletions
|
|
@ -165,6 +165,7 @@ class ScriptEditor : public PanelContainer {
|
|||
enum ScriptSortBy {
|
||||
SORT_BY_NAME,
|
||||
SORT_BY_PATH,
|
||||
SORT_BY_NONE
|
||||
};
|
||||
|
||||
enum ScriptListName {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue