diff --git a/Modules/Notification/Notification.qml b/Modules/Notification/Notification.qml index 97c1f8c28..c54f715ce 100644 --- a/Modules/Notification/Notification.qml +++ b/Modules/Notification/Notification.qml @@ -69,7 +69,7 @@ Variants { } // Parse location setting - readonly property string location: Settings.data.notifications?.location || "top_right" + readonly property string location: Settings.data.notifications.location || "top_right" readonly property bool isTop: location.startsWith("top") readonly property bool isBottom: location.startsWith("bottom") readonly property bool isLeft: location.endsWith("_left")