From 2b7353b9e0b12bf409c043bbd7dcc3632e2257d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Montan=CC=83ana?= Date: Mon, 21 Aug 2023 16:30:10 +0200 Subject: [PATCH] Add default sorting by date in manage --- src/Platform/Results.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Platform/Results.cc b/src/Platform/Results.cc index 0bf4070..818f51e 100644 --- a/src/Platform/Results.cc +++ b/src/Platform/Results.cc @@ -231,6 +231,7 @@ namespace platform { cout << "No results found!" << endl; exit(0); } + sortDate(); show(); menu(); cout << "Done!" << endl;