From 36521a2b1b04f1057927383a764f4f35690a54ca Mon Sep 17 00:00:00 2001 From: 0xAuthenticity <121343169+0xAuthenticity@users.noreply.github.com> Date: Sat, 28 Jan 2023 02:23:42 -0500 Subject: [PATCH] Update default-configuration.config.ts --- src/renderer/config/default-configuration.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/config/default-configuration.config.ts b/src/renderer/config/default-configuration.config.ts index 5aac4dfb..e34f69eb 100644 --- a/src/renderer/config/default-configuration.config.ts +++ b/src/renderer/config/default-configuration.config.ts @@ -4,9 +4,9 @@ export const defaultConfiguration: {[key in DefaultConfigKey]: any} = { "theme": "os", "language": window.navigator.language.length <= 2 ? `${window.navigator.language}-${window.navigator.language.toLocaleUpperCase()}` : window.navigator.language, "supported_languages": ["en-US", "en-EN", "fr-FR", "es-ES"], - "default_mods": ["SongCore", "ScoreSaber", "BeatSaverDownloader", "BeatSaverVoting", "PlaylistManager", "ModelDownloader"] + "default_mods": ["SongCore", "WhyIsThereNoLeaderboard", "BeatSaverDownloader", "BeatSaverVoting", "PlaylistManager", "ModelDownloader"] } export type DefaultConfigKey = "first-color" | "second-color" | "theme" | "language" | "supported_languages" | "default_mods"; -export type ThemeConfig = "dark" | "light" | "os" \ No newline at end of file +export type ThemeConfig = "dark" | "light" | "os"