feat: to-dos, clean up

This commit is contained in:
Kat Inskip 2025-12-08 00:00:34 -08:00
parent b0b1afc339
commit 375c15c0a8
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 21 additions and 3 deletions

View file

@ -52,8 +52,6 @@ Loader {
return getTimeLeft(mainBat.timeToEmpty, false)
} else if (mainBat.timeToFull != 0) {
return getTimeLeft(mainBat.timeToFull, true)
} else {
return "full!"
}
}

View file

@ -37,6 +37,7 @@ Item {
MouseArea {
anchors.fill: parent
hoverEnabled: true
acceptedButtons: Qt.LeftButton | Qt.RightButton
onClicked: mouse => {
modelData.triggered();