Show consumption history also if there's only a root meter
This commit is contained in:
parent
c94509c886
commit
350930c703
@ -158,7 +158,7 @@ MainViewBase {
|
||||
ConsumersHistory {
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: width
|
||||
visible: consumers.count > 0
|
||||
visible: consumers.count > 0 || rootMeter != null
|
||||
colors: root.thingColors
|
||||
consumers: consumers
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user