Skip to content

Commit 50e3b91

Browse files
committed
fix(ui): sort profiling chronological by default
1 parent e973323 commit 50e3b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/view/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local default_state = {
99
mode = "home",
1010
profile = {
1111
threshold = 0,
12-
sort_time_taken = true,
12+
sort_time_taken = false,
1313
},
1414
}
1515

0 commit comments

Comments
 (0)