Most of the keybind/remap stuff finished

Fixed up most of the options apply logic
This commit is contained in:
Areloch 2023-12-19 02:36:43 -06:00
parent 55697cffdb
commit 70e121595f
6 changed files with 217 additions and 147 deletions

View file

@ -188,7 +188,7 @@ $guiContent = new GuiControl(OptionsMenu) {
extent = "140 40";
vertSizing = "center";
profile = "GuiMenuButtonProfile";
command = "Canvas.popDialog();";
command = "tryCloseOptionsMenu();";
tooltipProfile = "GuiToolTipProfile";
class = "MenuInputButton";
};