mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
no need to save the image file each time its shown
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user