diff --git a/.github/screenshot_02.jpg b/.github/screenshot_02.jpg new file mode 100644 index 0000000..3a5e1a0 Binary files /dev/null and b/.github/screenshot_02.jpg differ diff --git a/README.md b/README.md index ccbe399..3ca78bb 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@

- - + +

diff --git a/src/app_data/mod.rs b/src/app_data/mod.rs index d257470..a790f43 100644 --- a/src/app_data/mod.rs +++ b/src/app_data/mod.rs @@ -86,7 +86,7 @@ impl AppData { init: false, logs_parsed: false, show_error: false, - sorted_by: Some((Header::State, SortedOrder::Asc)) + sorted_by: None, } }