Fix toggle of a sorting mode in the browser
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user