mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-03-31 16:00:39 +08:00
fixed issue w/prompts
This commit is contained in:
parent
218a8a1460
commit
62ba809e3c
@ -58,7 +58,7 @@
|
||||
|
||||
<#assign Prompt=@helper["io.papermc.hangar.model.Prompt"] />
|
||||
<#-- @ftlvariable name="Prompt" type="io.papermc.hangar.model.Prompt" -->
|
||||
<#if !u.headerData.currentUser.readPrompts?seq_contains(Prompt.CHANGE_AVATAR)>
|
||||
<#if !u.headerData.currentUser.readPrompts?seq_contains(Prompt.CHANGE_AVATAR.ordinal())>
|
||||
<@promptView.prompt prompt=Prompt.CHANGE_AVATAR id="popover-avatar" />
|
||||
</#if>
|
||||
</#if>
|
||||
|
Loading…
x
Reference in New Issue
Block a user