Skip to content

Commit ec1837b

Browse files
committed
default sort to current behavior
1 parent 4068a6e commit ec1837b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

material_maker/globals.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const DEFAULT_CONFIG : Dictionary = {
6060
dialog_dim_background = true,
6161
node_minimize_button = false,
6262
node_close_button = false,
63-
add_node_popup_sort = SortMenu.Sorting.FREQUENCY_DESCENDING,
63+
add_node_popup_sort = SortMenu.Sorting.QUALITY_DESCENDING,
6464
}
6565

6666

0 commit comments

Comments
 (0)