Make "fill with module" context menu entry disablable via preferences

This commit is contained in:
DarkPhoenix
2019-02-13 17:12:21 +03:00
parent 7bad3bc376
commit a4fae73a1e
3 changed files with 11 additions and 0 deletions

View File

@@ -525,6 +525,7 @@ class ContextMenuSettings(object):
"tacticalMode" : 1,
"targetResists" : 1,
"whProjector" : 1,
"moduleFill" : 1,
}
self.ContextMenuDefaultSettings = SettingsProvider.getInstance().getSettings("pyfaContextMenuSettings", ContextMenuDefaultSettings)