parent
e399a9d7a3
commit
40f98fb059
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ ColumnLayout {
|
||||||
if (!matches)
|
if (!matches)
|
||||||
return time;
|
return time;
|
||||||
const date = new Date(...matches.slice(1));
|
const date = new Date(...matches.slice(1));
|
||||||
|
date.setMonth(date.getMonth() - 1); // Woe (months start from 0)
|
||||||
return qsTr("Recording at %1").arg(Qt.formatDateTime(date, Qt.locale()));
|
return qsTr("Recording at %1").arg(Qt.formatDateTime(date, Qt.locale()));
|
||||||
}
|
}
|
||||||
color: Colours.palette.m3onSurfaceVariant
|
color: Colours.palette.m3onSurfaceVariant
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue