diff --git a/src/components/Panels/SettingsPopup.tsx b/src/components/Panels/SettingsPopup.tsx index 9b3b5a8..50f5fcd 100644 --- a/src/components/Panels/SettingsPopup.tsx +++ b/src/components/Panels/SettingsPopup.tsx @@ -221,9 +221,14 @@ export const SettingsPopup = (): JSX.Element => {
-

{format("player_name")}

+
+

{format("player_name")}

+ + + +
{ diff --git a/src/graphql/icuParams.ts b/src/graphql/icuParams.ts index 555bab1..e0f67f7 100644 --- a/src/graphql/icuParams.ts +++ b/src/graphql/icuParams.ts @@ -183,4 +183,5 @@ export interface ICUParams { weapons_description: never; level_x: { x: Date | boolean | number | string }; story_x: { x: Date | boolean | number | string }; + player_name_tooltip: never; } diff --git a/src/graphql/operations/local-data/localDataGetWebsiteInterfaces.graphql b/src/graphql/operations/local-data/localDataGetWebsiteInterfaces.graphql index 0a519e5..f578044 100644 --- a/src/graphql/operations/local-data/localDataGetWebsiteInterfaces.graphql +++ b/src/graphql/operations/local-data/localDataGetWebsiteInterfaces.graphql @@ -190,6 +190,7 @@ query localDataGetWebsiteInterfaces { weapons_description level_x story_x + player_name_tooltip } } }