fix(ui): sort profiling chronological by default

This commit is contained in:
Folke Lemaitre 2022-12-23 11:47:05 +01:00
parent e973323e95
commit 50e3b91767
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ local default_state = {
mode = "home",
profile = {
threshold = 0,
sort_time_taken = true,
sort_time_taken = false,
},
}