GPL v3, some code changes
This commit is contained in:
@@ -23,10 +23,9 @@ Singleton {
|
||||
Connections {
|
||||
function onNotification(notif) {
|
||||
if (notif.body == "MediaOngoingActivity") {
|
||||
notif.dismiss();
|
||||
return;
|
||||
}
|
||||
if (notif.traked) {
|
||||
if (notif.tracked) {
|
||||
return;
|
||||
}
|
||||
notif.tracked = true;
|
||||
@@ -66,10 +65,6 @@ Singleton {
|
||||
notification: notificationRoot.currentNotification
|
||||
implicitWidth: notificationWindow.implicitWidth
|
||||
|
||||
Component.onCompleted: {
|
||||
console.log(notificationWrapper.height);
|
||||
popupLoader.implicitHeight = notificationWrapper.implicitHeight;
|
||||
}
|
||||
onDismissed: {
|
||||
notificationRoot.shouldShowOsd = false;
|
||||
notificationRoot.currentNotification.dismiss();
|
||||
|
||||
Reference in New Issue
Block a user