Add swap for ToB Quick-Enter to menu entry swapper (#9136)

This commit is contained in:
rlw0014
2019-07-12 07:00:22 -04:00
committed by Tomas Slusny
parent 81ffcb9f3f
commit ce71957d49

View File

@@ -532,6 +532,10 @@ public class MenuEntrySwapperPlugin extends Plugin
{
swap("empty", option, target, true);
}
else if (config.swapQuick() && option.equals("enter"))
{
swap("quick-enter", option, target, true);
}
else if (config.swapQuick() && option.equals("ring"))
{
swap("quick-start", option, target, true);