Fix fuckup

This commit is contained in:
edisionnano
2024-06-15 19:13:14 +03:00
committed by GitHub
parent 2816cf060c
commit 0c062a706e

View File

@@ -677,8 +677,7 @@ void MainWindow::populateWindow(const QJsonObject &localObj, const QString &heal
keyTranslated = tr("Extended");
} else {
keyTranslated = key;
keyTranslated = keyTranslated[0].toUpper();
qDebug() << minutes;
keyTranslated[0] = keyTranslated[0].toUpper();
}
QString actionLabel = keyTranslated + " (" + minutes + " " + tr("Min.)");
QAction *action = new QAction(actionLabel, this);