NotificationBox: Add option to hide notification if reference widget is deactivated
This commit is contained in:
committed by
abdullahtahiriyo
parent
f0883512d5
commit
49966ac84d
@@ -997,7 +997,8 @@ void NotificationArea::showInNotificationArea()
|
||||
pImp->notificationExpirationTime,
|
||||
pImp->minimumOnScreenTime,
|
||||
NotificationBox::OnlyIfReferenceActive |
|
||||
NotificationBox::RestrictAreaToReference,
|
||||
NotificationBox::RestrictAreaToReference |
|
||||
NotificationBox::HideIfReferenceWidgetDeactivated,
|
||||
pImp->notificationWidth);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user