Files
illogical-impulse/.config
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-07-31 23:41:50 +08:00
2024-03-03 19:53:35 +08:00
2024-03-31 06:26:25 +08:00
2023-12-25 18:16:14 +07:00
2024-06-23 08:42:48 +07:00
2024-02-17 16:28:03 +07:00
2024-02-20 20:25:19 +07:00
2024-03-31 06:26:25 +08:00
2024-04-13 15:07:45 +07:00