notifications working perfectly they look so cool
This commit is contained in:
@@ -2,6 +2,7 @@ pragma Singleton
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
import Quickshell.Services.Notifications
|
||||
import "../Color.js" as Colors
|
||||
|
||||
Singleton {
|
||||
id: root
|
||||
@@ -26,6 +27,7 @@ Singleton {
|
||||
actionsSupported: true
|
||||
bodyMarkupSupported: true
|
||||
bodySupported: true
|
||||
imageSupported: true
|
||||
|
||||
onNotification: notification => {
|
||||
notification.tracked = true;
|
||||
|
||||
Reference in New Issue
Block a user