Comment cleanup

This commit is contained in:
Robinson 2023-01-02 17:34:21 +01:00
parent c41f2ee89b
commit 3d85c28b64
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 0 additions and 1 deletions

View File

@ -152,7 +152,6 @@ class _SwingTray extends Tray {
popupMenu.pack();
popupMenu.setFocusable(true);
// appindicators DO NOT support anything other than PLAIN gtk-menus, which do not support tooltips
if (tooltipText != null && !tooltipText.isEmpty()) {
trayIcon.setToolTip(tooltipText);
}