mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 08:35:56 +08:00
no need to save the image file each time its shown
This commit is contained in:
parent
a7d3c15c17
commit
3af0f4a0fd
1 changed files with 0 additions and 2 deletions
|
@ -210,8 +210,6 @@ void ProxGuiQT::_ShowBase64PictureWindow(char *b64) {
|
|||
pictureController->lbl_sz->setText(s);
|
||||
pictureWidget->show();
|
||||
|
||||
if(!pm.isNull())
|
||||
pm.save("img", "png");
|
||||
}
|
||||
|
||||
void ProxGuiQT::_RepaintPictureWindow(void) {
|
||||
|
|
Loading…
Reference in a new issue