Skip to content

Commit

Permalink
Add missing Details title
Browse files Browse the repository at this point in the history
Add missing details title to fix #111
  • Loading branch information
Louisvdw committed Jun 12, 2022
1 parent b6fafd1 commit 31d9a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/dbus-serialbattery/qml/PageBattery.qml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ MbPage {
MbSubMenu {
description: qsTr("Details")
show: details.anyItemValid

title: qsTr("Details")
property BatteryDetails details: BatteryDetails { id: details; bindPrefix: service.path("") }

subpage: Component {
Expand Down

0 comments on commit 31d9a89

Please sign in to comment.