From 3af0f4a0fde120228ce9c43fcfb2e2f862f708a5 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 22 Jan 2022 18:37:00 +0100 Subject: [PATCH] no need to save the image file each time its shown --- client/src/proxguiqt.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/proxguiqt.cpp b/client/src/proxguiqt.cpp index 0287caacc..0639fd042 100644 --- a/client/src/proxguiqt.cpp +++ b/client/src/proxguiqt.cpp @@ -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) {