5 lines
90 B
QML
5 lines
90 B
QML
import QtQuick
|
|
|
|
TrackedNotification {
|
|
renderComponent: StandardNotificationRenderer {}
|
|
}
|