fix for icon change. e1003c20ff
Signed-off-by: rattatwinko <seppmutterman@gmail.com>
This commit is contained in:
@@ -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)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user