RingMenu icon indicating copy to clipboard operation
RingMenu copied to clipboard

Keybinding not saving after /reload or relog

Open Appel-ctrl opened this issue 2 years ago • 1 comments

exactly as the title says, everytime i set a keybind it will work until i reload or enter a loadscreen. Im not very good at coding, but to me it looks like that setting arent being stored in the saved variables file.

Appel-ctrl avatar May 18 '23 07:05 Appel-ctrl

Nevermind, i fixed it by inserting the code you previously removed in the "Options.lua" file. at line 47 and 278 "SaveBindings(GetCurrentBindingSet())"

i did not remove the original line "AttemptToSaveBindings(GetCurrentBindingSet())", i just inserted it above the line.

Nothing changed in the Saved variables file, so i do not know where it stores the keybind.

Appel-ctrl avatar May 18 '23 13:05 Appel-ctrl