Add context menu item which controls if webs/TPs are applied to the target

This commit is contained in:
DarkPhoenix
2019-07-07 00:50:12 +03:00
parent 8c0cae8bc3
commit 5bba1dc88b
5 changed files with 42 additions and 9 deletions

View File

@@ -518,7 +518,8 @@ class GraphSettings:
def __init__(self):
defaults = {
'mobileDroneMode': GraphDpsDroneMode.auto,
'ignoreResists': True}
'ignoreResists': True,
'applyProjected': True}
self.settings = SettingsProvider.getInstance().getSettings('graphSettings', defaults)
def get(self, type):