Notification: fixed persistent DND toast.
This commit is contained in:
parent
90cd5467fe
commit
39c7089cbc
3 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ NIconButton {
|
|||
|
||||
sizeRatio: 0.8
|
||||
icon: Settings.data.notifications.doNotDisturb ? "notifications_off" : "notifications"
|
||||
tooltipText: Settings.data.notifications.doNotDisturb ? "Notification history (Do Not Disturb ON)\nRight-click to toggle Do Not Disturb" : "Notification history\nRight-click to toggle Do Not Disturb"
|
||||
tooltipText: Settings.data.notifications.doNotDisturb ? "Notification history.\nRight-click to disable 'Do Not Disturb'." : "Notification history.\nRight-click to enable 'Do Not Disturb'."
|
||||
colorBg: Color.mSurfaceVariant
|
||||
colorFg: Settings.data.notifications.doNotDisturb ? Color.mError : Color.mOnSurface
|
||||
colorBorder: Color.transparent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue