implement parsing of presetWidths

This commit is contained in:
Peter Fajdiga
2024-10-02 23:36:58 +02:00
parent f5ca5e71c0
commit 3ff7688e42
9 changed files with 101 additions and 0 deletions

View File

@@ -25,4 +25,14 @@ Item {
flags: Notification.Persistent
urgency: Notification.HighUrgency
}
Notification {
id: notificationInvalidPresetWidths
componentName: "plasma_workspace"
eventId: "notification"
title: "Karousel"
text: "Your preset widths are malformed, please review your Karousel configuration"
flags: Notification.Persistent
urgency: Notification.HighUrgency
}
}