Add spoolup support to misc column tooltips

This commit is contained in:
DarkPhoenix
2018-12-12 00:32:50 +03:00
parent 5a0670838d
commit 0a23c3cabb
6 changed files with 41 additions and 52 deletions

View File

@@ -113,7 +113,7 @@ class OutgoingViewFull(StatsView):
val = val() if fit is not None else 0
preSpoolVal = preSpoolVal() if fit is not None else 0
fullSpoolVal = fullSpoolVal() if fit is not None else 0
# TODO: temporary override, should be removed when spoolup settings are implemented
# TODO: use spoolup options to fetch main value
val = fullSpoolVal
if self._cachedValues[counter] != val:
valueStr = formatAmount(val, prec, lowest, highest)