mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-21 04:01:27 +00:00
enabled image auto size of tray icon (only linux should have an effect)
This commit is contained in:
@@ -32,6 +32,7 @@ public class TrayIconController {
|
||||
public void initializeTrayIcon() {
|
||||
macFunctions.map(MacFunctions::uiAppearance).ifPresent(uiAppearance -> uiAppearance.addListener(this::macInterfaceThemeChanged));
|
||||
|
||||
trayIcon.setImageAutoSize(true);
|
||||
if (SystemUtils.IS_OS_WINDOWS) {
|
||||
trayIcon.addActionListener(trayMenuController::showMainWindow);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user