Store
Subscribe
Friends menu
By accident I changed my menu to open when I press Left Click on my mouse, and I can't change it back agian….

Is there any way that I can change it?
 0
PM Link
This problem is getting looked into. For the moment, use this solution:

First close BLC.

Go into your .minecraft folder, find the BLClient-Mod-Profiles-1.14 folder

Edit the .json file in there for the profile you messed up

find this section:

"friendSettings": {
"openKey": 71,
"backgroundOpacity": {
"value": 0.6
},
"settingsBackgroundOpacity": {
"value": 0.6
},
"notificationPosition": "BOTTOM_RIGHT"
},

Change openKey back to 71 (from whatever it is now)

Then open BLC and should be fixed.
For more info on number codes for Keybinds, here is the equivalent in 1.14 https://github.com/glfw/glfw/blob/master/include/GLFW/glfw3.h#L366
 0
PM Link