Skip to content

Commit

Permalink
fix: add exception for io.itch.itch to enable tray icon support
Browse files Browse the repository at this point in the history
  • Loading branch information
RayJW authored and bbhtt committed Dec 6, 2024
1 parent 24980d2 commit 87a6855
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flatpak_builder_lint/staticfiles/exceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3463,7 +3463,8 @@
"finish-args-contains-both-x11-and-wayland": "Predates the linter rule"
},
"io.itch.itch": {
"finish-args-contains-both-x11-and-wayland": "Predates the linter rule"
"finish-args-contains-both-x11-and-wayland": "Predates the linter rule",
"finish-args-wildcard-kde-own-name": "Still uses legacy StatusNotifier implementation"
},
"io.jamulus.Jamulus": {
"finish-args-contains-both-x11-and-wayland": "Predates the linter rule"
Expand Down

0 comments on commit 87a6855

Please sign in to comment.