Files
illogical-impulse/.config/ags/modules
Moeta Yuko 3a094b01d7 tray: filter out empty tray items
For unknown reason, an unknown program (even invisible in D-Spy)
occasionally populates an empty tray item of the following properties:
  TrayItem {
      "category": null,
      "id": null,
      "title": null,
      "status": null,
      "window-id": null,
      "is-menu": null,
      "tooltip-markup": "",
      "icon": "image-missing"
  }

Add a null check for the item id to workaround the issue.
2024-07-31 23:41:50 +08:00
..
2024-05-25 21:07:08 +07:00
2024-03-06 00:03:21 +07:00
2024-07-31 23:41:50 +08:00
2024-05-16 13:22:37 +07:00
2024-07-01 21:57:01 +07:00
2024-05-25 19:50:13 +07:00
2024-06-18 12:05:00 +07:00