1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

option to disable sort in script list

This commit is contained in:
ianb96
2018-02-14 11:32:33 -05:00
parent 79f48cde3d
commit e1778fb921
2 changed files with 5 additions and 1 deletions

View File

@@ -165,6 +165,7 @@ class ScriptEditor : public PanelContainer {
enum ScriptSortBy {
SORT_BY_NAME,
SORT_BY_PATH,
SORT_BY_NONE
};
enum ScriptListName {