From 0d9df1a8faf9677f5f3fb460ea61c7ca61185c5c Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 3 Sep 2021 04:56:30 +0200 Subject: [PATCH] [MIRROR] Reorder the POPUP button to be behind closure links (#7938) * Reorder the POPUP button (#61174) Hurts muscle memory in a way I didn't anticipate. New version puts it behind the REJT button. * Reorder the POPUP button to be behind closure links Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> --- code/modules/admin/verbs/adminhelp.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 88d2da86e7b..42214bb165c 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -268,10 +268,9 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new) ref_src = "[REF(src)]" . = ADMIN_FULLMONTY_NONAME(initiator.mob) if(state == AHELP_ACTIVE) - . += ClosureLinks(ref_src) - if (CONFIG_GET(flag/popup_admin_pm)) . += " (POPUP)" + . += ClosureLinks(ref_src) //private /datum/admin_help/proc/ClosureLinks(ref_src)