This would fix an issue with people not seeing the inject button I think.
On Linux, settings can be edited by messing with the ~/.lunarclient/settings/launcher.json file, and the variable in question is called exitToDock, so hypothetically looking for "exitToDock": true and replacing it with "exitToDock": false should do it.
This would fix an issue with people not seeing the inject button I think.
On Linux, settings can be edited by messing with the ~/.lunarclient/settings/launcher.json file, and the variable in question is called
exitToDock
, so hypothetically looking for"exitToDock": true
and replacing it with"exitToDock": false
should do it.