mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Set default sort order to Relevance
This commit is contained in:
committed by
Thomas Cheyney
parent
f7f5f768fc
commit
5d4f12f72f
@@ -30,7 +30,7 @@ export const defaultConfiguration: {
|
||||
window.electron.path.join("Beat Saber_Data", "CustomWIPLevels"),
|
||||
],
|
||||
"playlist-sort-order": BsvSearchOrder.Relevance,
|
||||
"map-sort-order": BsvSearchOrder.Latest,
|
||||
"map-sort-order": BsvSearchOrder.Relevance,
|
||||
};
|
||||
|
||||
export type ThemeConfig = "dark" | "light" | "os";
|
||||
|
||||
Reference in New Issue
Block a user