Some controllers are stupid, show dashes instead of 0 GB

This commit is contained in:
Spiros
2024-06-02 15:51:39 +03:00
parent f29ea468dc
commit 8949f90a3b
2 changed files with 9 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ void CustomButton::setText2(const QString &newText2) {
if (text2 != newText2) {
text2 = newText2;
adjustWidthToFitText();
update(); // Repaint the button
update();
}
}