1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 22:31:03 +02:00

fix(tray): image updates lag 1 behind

This commit is contained in:
Jake Stanger 2024-11-08 01:35:35 +00:00
parent 55c0940e1d
commit fb1799531b
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
2 changed files with 2 additions and 3 deletions

View file

@ -148,8 +148,8 @@ futures-signals = { version = "0.3.34", optional = true }
sysinfo = { version = "0.29.11", optional = true }
# tray
system-tray = { version = "0.2.0", optional = true }
system-tray = { version = "0.3.0", optional = true }
png = { version = "0.17.14", optional = true }
# upower
upower_dbus = { version = "0.3.2", optional = true }