Added skill prereq tooltip compact option to preferences

This commit is contained in:
blitzmann
2014-05-18 01:45:28 -04:00
parent 4f38d71676
commit 3bd66f174d
3 changed files with 17 additions and 11 deletions

View File

@@ -89,7 +89,8 @@ class Fit(object):
"useGlobalForceReload": False,
"colorFitBySlot": False,
"rackSlots": False,
"rackLabels": False}
"rackLabels": False,
"compactSkills": False}
self.serviceFittingOptions = SettingsProvider.getInstance().getSettings("pyfaServiceFittingOptions", serviceFittingDefaultOptions)