fix: убрал отображение КДИП и идеальной производительности

This commit is contained in:
Andrew 2024-12-19 11:24:33 +03:00
parent 3c18e22d09
commit bf155af58a

View File

@ -151,8 +151,8 @@ class PlotWidget(BasePlotWidget):
performance_label = QLabel(
f"Сокращение длительности: фактическое = {tesla_TWC} %, "
f"идеальное = {tesla_ideal} %; КДИП = {TWC_ideal}%"
)
#f"идеальное = {tesla_ideal} %; КДИП = {TWC_ideal}%"
self.set_style(performance_label)
layout.addWidget(performance_label)
performance_label.update()