Additional changes to typescript
This commit is contained in:
26
src/Data/Sectionheaders.ts
Normal file
26
src/Data/Sectionheaders.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
/** Data related to the display titles of certain sections in menu screens */
|
||||
|
||||
/** Display titles of the headers of the Cookie Monster settings section */
|
||||
export const ConfigGroups: { [index: string]: string } = {
|
||||
Favourite: 'Favourite Settings',
|
||||
Calculation: 'Calculation',
|
||||
Notation: 'Notation',
|
||||
Colours: 'Colours and colour coding',
|
||||
BarsDisplay: 'Infobars and visual settings',
|
||||
Tooltip: 'Tooltips',
|
||||
Statistics: 'Statistics',
|
||||
Notification: 'Notifications',
|
||||
Miscellaneous: 'Miscellaneous',
|
||||
};
|
||||
|
||||
/** Display titles of the headers of the notification section of the Cookie Monster settings */
|
||||
export const ConfigGroupsNotification: { [index: string]: string } = {
|
||||
NotificationGeneral: 'General Notifications',
|
||||
NotificationGC: 'Golden Cookie',
|
||||
NotificationFC: 'Fortune Cookie',
|
||||
NotificationSea: 'Season Special',
|
||||
NotificationGard: 'Garden Tick',
|
||||
NotificationMagi: 'Full Magic Bar',
|
||||
NotificationWrink: 'Wrinkler',
|
||||
NotificationWrinkMax: 'Maximum Wrinklers',
|
||||
};
|
||||
Reference in New Issue
Block a user