Add default sorting by date in manage

This commit is contained in:
Ricardo Montañana Gómez 2023-08-21 16:30:10 +02:00
parent b686b3c9c3
commit 2b7353b9e0
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE

View File

@ -231,6 +231,7 @@ namespace platform {
cout << "No results found!" << endl;
exit(0);
}
sortDate();
show();
menu();
cout << "Done!" << endl;