mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
core/desktopentry: watch for changes and rescan entries
This commit is contained in:
parent
2115f31416
commit
996efc93b7
6 changed files with 521 additions and 153 deletions
|
|
@ -127,7 +127,7 @@ void Notification::updateProperties(
|
|||
|
||||
if (appIcon.isEmpty() && !this->bDesktopEntry.value().isEmpty()) {
|
||||
if (auto* entry = DesktopEntryManager::instance()->byId(this->bDesktopEntry.value())) {
|
||||
appIcon = entry->mIcon;
|
||||
appIcon = entry->bIcon.value();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue