https://bugs.kde.org/show_bug.cgi?id=425071
--- Comment #4 from Alexander Popel <adamantga...@gmail.com> --- Yeah, I was able to find those interesting things before and they all come down to this ternary QML operation: type: model.urgency === NotificationManager.Notifications.CriticalUrgency && notificationSettings.keepCriticalAlwaysOnTop ? PlasmaCore.Dialog.CriticalNotification : PlasmaCore.Dialog.Notification It's just that my first instinct was to leave normal notifications' type as "PlasmaCore.Dialog.Notification" and implement the logic on a lower level (somewhere near "if this is a CriticalNotification - paint it on top" code). But I guess that's unnecessary and it's fine to just make the type of a normal notification be 'PlasmaCore.Dialog.CriticalNotification' if user wants to see it on top? -- You are receiving this mail because: You are watching all bug changes.