Skip to content

Commit

Permalink
Remove no longer supported GNOME tray extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed Feb 14, 2025
1 parent 65014b9 commit a1b3285
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/de/bwravencl/controllerbuddy/gui/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -1222,9 +1222,7 @@ public void windowOpened(final WindowEvent e) {
final var gnomeSystemTrayExtensions = Set.of(
"[email protected]",
"[email protected]",
"[email protected]", "[email protected]@gmail.com",
"topiconsfix@[email protected]", "[email protected]",
"[email protected]");
"[email protected]");

hasSystemTray = extensions.ListExtensions().entrySet().stream()
.anyMatch(e -> gnomeSystemTrayExtensions.contains(e.getKey())
Expand Down

0 comments on commit a1b3285

Please sign in to comment.