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

View File

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