[MIRROR] Moves help menu to end, fixes Hotkeys Help [MDB IGNORE] (#12425)

* Moves help menu to end, fixes Hotkeys Help

* Update tgui.dm

Co-authored-by: Tastyfish <crazychris32@gmail.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-04-01 02:40:24 +02:00
committed by GitHub
parent e7dc065593
commit f85ee552da
9 changed files with 196 additions and 2 deletions
+3
View File
@@ -1161,6 +1161,9 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
if (verbpath.name[1] != "@")
new child(src)
// Place Help back at the end.
winset(src, "help-menu", "index=1000")
/client/proc/open_filter_editor(atom/in_atom)
if(holder)
holder.filteriffic = new /datum/filter_editor(in_atom)