forked from quickshell/quickshell
core/icon: stop reusing image ids (dbusmenu, notifications)
Fixes issues caused by the QML engine caching old pixmaps using the same IDs as new ones, notably dbusmenu icons.
This commit is contained in:
parent
c6791cf1f2
commit
cdaff2967f
8 changed files with 75 additions and 58 deletions
|
@ -282,7 +282,7 @@ void StatusNotifierItem::onGetAllFailed() const {
|
|||
}
|
||||
|
||||
TrayImageHandle::TrayImageHandle(StatusNotifierItem* item)
|
||||
: QsImageHandle(QQmlImageProviderBase::Pixmap, item)
|
||||
: QsImageHandle(QQmlImageProviderBase::Pixmap)
|
||||
, item(item) {}
|
||||
|
||||
QPixmap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue