Add drone options to context menus
This commit is contained in:
@@ -514,7 +514,7 @@ class GraphSettings:
|
||||
|
||||
def __init__(self):
|
||||
defaults = {
|
||||
'mobileDroneMode': 0,
|
||||
'mobileDroneMode': 'auto',
|
||||
'ignoreResists': True}
|
||||
self.settings = SettingsProvider.getInstance().getSettings('graphSettings', defaults)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user