fix for icon change. e1003c20ff

Signed-off-by: rattatwinko <seppmutterman@gmail.com>
This commit is contained in:
2026-02-02 12:31:02 +01:00
parent e1003c20ff
commit 701d95ab2d
3 changed files with 18 additions and 10 deletions

View File

@@ -25,7 +25,6 @@ public class SwingIFrame {
private boolean blackbg = false;
private final Color bgcolor = Color.decode("#336B6A");
private final Color defDesktopBg = Color.WHITE;
private final JPopupMenu popupMenu = new JPopupMenu();
@@ -55,7 +54,8 @@ public class SwingIFrame {
desktopIconManager.addIcon(
"Export Evidence",
IconSetter.getSaveIconAsImageIcon(),
EvidenceExportFrame::showExport
/* e1003c20ff00c637d963ce21fd685fed6460602a: Fix to icon, need to pass parent! Or Override method which is dumb */
() -> EvidenceExportFrame.showExport(mainFrame)
);
}