mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-04-12 12:01:28 +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");
|
keyTranslated = tr("Extended");
|
||||||
} else {
|
} else {
|
||||||
keyTranslated = key;
|
keyTranslated = key;
|
||||||
keyTranslated = keyTranslated[0].toUpper();
|
keyTranslated[0] = keyTranslated[0].toUpper();
|
||||||
qDebug() << minutes;
|
|
||||||
}
|
}
|
||||||
QString actionLabel = keyTranslated + " (" + minutes + " " + tr("Min.)");
|
QString actionLabel = keyTranslated + " (" + minutes + " " + tr("Min.)");
|
||||||
QAction *action = new QAction(actionLabel, this);
|
QAction *action = new QAction(actionLabel, this);
|
||||||
|
|||||||
Reference in New Issue
Block a user