chore: update fastStartup to false

This commit is contained in:
Youwen Wu 2024-02-24 21:38:08 -08:00
parent a87091152d
commit 489fae1fe4

View file

@ -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)
}