mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-20 11:41:26 +00:00
Fix wrong reference
This commit is contained in:
@@ -51,7 +51,7 @@ public class AwtTrayMenuController implements TrayMenuController {
|
||||
|
||||
@Override
|
||||
public void showTrayIcon(Consumer<TrayIconLoader> iconLoader, Runnable defaultAction, String tooltip) throws TrayMenuException {
|
||||
TrayIconLoader.PngData callback = this::updateTrayIconWithPngData;
|
||||
TrayIconLoader.PngData callback = this::showTrayIconWithPngData;
|
||||
iconLoader.accept(callback);
|
||||
trayIcon = new TrayIcon(image, tooltip, menu);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user