Add context menu which controls if graphs ignore drone control range or not, and add support for this option to RR graph

This commit is contained in:
DarkPhoenix
2019-09-27 18:40:33 +03:00
parent a43f9930de
commit 865978fcc1
4 changed files with 48 additions and 11 deletions

View File

@@ -521,6 +521,7 @@ class GraphSettings:
'mobileDroneMode': GraphDpsDroneMode.auto,
'ignoreDCR': False,
'ignoreResists': True,
'ignoreLockRange': True,
'applyProjected': True}
self.settings = SettingsProvider.getInstance().getSettings('graphSettings', defaults)