From 489fae1fe430d5e32523fc35cdee51272472250a Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 24 Feb 2024 21:38:08 -0800 Subject: [PATCH] chore: update fastStartup to false --- client/src/lib/stores/settingsStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/lib/stores/settingsStore.ts b/client/src/lib/stores/settingsStore.ts index 3020681..1fd43fd 100644 --- a/client/src/lib/stores/settingsStore.ts +++ b/client/src/lib/stores/settingsStore.ts @@ -12,7 +12,7 @@ export interface SettingsStoreData { export const defaults: SettingsStoreData = { disableAnnoyances: false, // disable non-critical notifications goWoke: false, // go woke (for showing parents or other officials where DEI has taken over), disables "offensive" sequences - fastStartup: true, // skip the loading splash screen (for development purposes. Setting this from within the app has no effect.) + fastStartup: false, // skip the loading splash screen (for development purposes. Setting this from within the app has no effect.) randomWeight: 1, // the weight of random events (multiplied by the original probability) }