The default tray icon ignores dark theme now.
[GB.DBUS.TRAYICON] * NEW: The default tray icon ignores dark theme now.
This commit is contained in:
parent
ab99669d6b
commit
ccd3922794
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ Private Function org_kde_StatusNotifierItem_IconPixmap_Read() As _DBusStatusIcon
|
|||
Dim hPict As Picture
|
||||
|
||||
hPict = GetParent().Picture
|
||||
If Not hPict Then hPict = Picture["default.png"]
|
||||
If Not hPict Then hPict = Picture.Load("default.png")
|
||||
Return New _DBusStatusIconPixmap(hPict)
|
||||
|
||||
End
|
||||
|
|
Loading…
Reference in a new issue