Fix toggle of a sorting mode in the browser

This commit is contained in:
Andrzej Rybczak
2020-12-22 23:31:15 +01:00
parent 628f7ee1c4
commit 03f046802a

View File

@@ -2263,6 +2263,7 @@ void ToggleBrowserSortMode::run()
case SortMode::Type:
Config.browser_sort_mode = SortMode::Name;
Statusbar::print("Sort songs by: name");
break;
case SortMode::Name:
Config.browser_sort_mode = SortMode::ModificationTime;
Statusbar::print("Sort songs by: modification time");