New sticker creator button
This commit is contained in:
parent
85adb39d31
commit
fad0529080
25 changed files with 442 additions and 11 deletions
|
@ -26,6 +26,7 @@ export type DirectoryConfigType = z.infer<typeof directoryConfigSchema>;
|
|||
export const rendererConfigSchema = z.object({
|
||||
appInstance: configOptionalStringSchema,
|
||||
appStartInitialSpellcheckSetting: z.boolean(),
|
||||
artCreatorUrl: configRequiredStringSchema,
|
||||
buildCreation: z.number(),
|
||||
buildExpiration: z.number(),
|
||||
cdnUrl0: configRequiredStringSchema,
|
||||
|
|
|
@ -15,6 +15,7 @@ export type MenuOptionsType = Readonly<{
|
|||
|
||||
export type MenuActionsType = Readonly<{
|
||||
forceUpdate: () => unknown;
|
||||
openArtCreator: () => unknown;
|
||||
openContactUs: () => unknown;
|
||||
openForums: () => unknown;
|
||||
openJoinTheBeta: () => unknown;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue