don't animate on notificationwindow

This commit is contained in:
2025-10-14 00:08:25 -03:00
parent 6e4d43b206
commit edca97f4c5
2 changed files with 4 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ PanelWindow {
required property var modelData
notification: modelData
implicitWidth: listView.width - 20
collapsed: false
onDismissed: {
NotificationService.notificationDismiss(notification);
}