no need to save the image file each time its shown

This commit is contained in:
iceman1001 2022-01-22 18:37:00 +01:00
parent a7d3c15c17
commit 3af0f4a0fd

View file

@ -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) {