You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice catch! if my assumption is correct, basically the issue is the binding is set to nil and when serializing the changes to the user_settings.lua file the value is lost, since the value is now nil it is basically interpreted as not set by the user and default value gets restored on next launch.
Possible fix could be setting the binding to string "none" instead of nil and ignoring it at startup.
As demonstrated below, I removed a binding, restarted the program, and the binding is still not removed:
The text was updated successfully, but these errors were encountered: