Skip to content

Commit 94aef53

Browse files
authored
Restore download button for EID picture (#169)
Signed-off-by: Toomas Uudisaru <[email protected]>
1 parent 8508ef5 commit 94aef53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/widgets/InfoStack.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ void InfoStack::update()
207207
ui->labelSerialNumber->setText(tr("Document"));
208208
ui->valueSerialNumber->setMinimumWidth(100);
209209
ui->valueSerialNumber->setMaximumWidth(100);
210+
if(!alternateIcon)
211+
ui->btnPicture->show();
210212
}
211213

212214
}

0 commit comments

Comments
 (0)