mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-07 20:09:55 +03:00
Fix fuckup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user