Added settings value for 'detach camera' hotkey
This commit is contained in:
@@ -474,6 +474,9 @@ public class SettingsMenuDialog extends BaseDialog{
|
||||
}
|
||||
graphics.checkPref("minimap", !mobile);
|
||||
graphics.checkPref("smoothcamera", true);
|
||||
if(!mobile){
|
||||
graphics.checkPref("detach-camera", false);
|
||||
}
|
||||
graphics.checkPref("position", false);
|
||||
if(!mobile){
|
||||
graphics.checkPref("mouseposition", false);
|
||||
|
||||
Reference in New Issue
Block a user