mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
notificationDaemon: Use correct property name to enable markup
The property is named useBodyMarkup, not bannerMarkup. This was causing
markup to be disabled for FDO notifications.
Fixes: cc60ce7f94 ("notification: Stop using 'update()' from MessageTray.Notification")
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7495
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3247>
This commit is contained in:
parent
0ff4501b40
commit
7f476e051c
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ class FdoNotificationDaemon {
|
|||
title: summary,
|
||||
body,
|
||||
gicon,
|
||||
bannerMarkup: true,
|
||||
useBodyMarkup: true,
|
||||
sound: new MessageTray.Sound(soundFile, hints['sound-name']),
|
||||
acknowledged: false,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue