Fix HOST Computer metadata

This commit is contained in:
Mirco Miranda
2026-04-14 10:39:45 +02:00
parent 2d2ee68cc0
commit 742b5097f6
3 changed files with 6 additions and 2 deletions

Binary file not shown.

View File

@@ -14,7 +14,7 @@
}, },
{ {
"key" : "Software" , "key" : "Software" ,
"value" : "LIFE Pro 2.18.10" "value" : "LIFE Pro 2.20.35"
}, },
{ {
"key" : "Altitude", "key" : "Altitude",
@@ -32,6 +32,10 @@
"key" : "Description", "key" : "Description",
"value" : "TV broadcast test image." "value" : "TV broadcast test image."
}, },
{
"key" : "HostComputer",
"value" : "Windows 11 Enterprise (25H2)"
},
{ {
"key" : "Latitude", "key" : "Latitude",
"value" : "44.6478" "value" : "44.6478"

View File

@@ -498,7 +498,7 @@ public:
} }
auto host = hostComputer(); auto host = hostComputer();
if (!host.isEmpty()) { if (!host.isEmpty()) {
image.setText(QStringLiteral(META_KEY_HOSTCOMPUTER), capt); image.setText(QStringLiteral(META_KEY_HOSTCOMPUTER), host);
} }
auto docn = documentName(); auto docn = documentName();
if (!docn.isEmpty()) { if (!docn.isEmpty()) {