Set default sort order to Relevance

This commit is contained in:
Thomas Cheyney
2024-11-18 16:26:00 +00:00
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";