Added default values for those two options

This commit is contained in:
PneuJai
2021-01-26 20:42:17 +08:00
committed by GitHub
parent d958fc08bf
commit abfeabf08f

View File

@@ -296,6 +296,8 @@ CM.Data.ConfigDefault = {
GCTimer: 1,
Favicon: 1,
WrinklerButtons: 1,
ShowMysteriousAchievements: 0,
ShowShadowMysteriousAchievements: 0,
Header: {BarsColors: 1, Calculation: 1, Notification: 1, NotificationGC: 1, NotificationFC: 1, NotificationSea: 1, NotificationGard: 1, NotificationMagi: 1, NotificationWrink: 1, NotificationWrinkMax: 1, Tooltip: 1, Statistics: 1, Notation: 1, Miscellaneous: 1, Lucky: 1, Spells: 1, Chain: 1, Prestige: 1, Wrink: 1, Sea: 1, Misc: 1},
};