diff --git a/applets/notifications/package/contents/ui/configNotifications.qml b/applets/notifications/package/contents/ui/configNotifications.qml --- a/applets/notifications/package/contents/ui/configNotifications.qml +++ b/applets/notifications/package/contents/ui/configNotifications.qml @@ -44,14 +44,15 @@ text: i18n("Show application and system notifications") } - QtControls.CheckBox { - id: showJobsCheckBox - text: i18n("Track file transfers and other jobs") - } - QtControls.CheckBox { id: showHistoryCheckBox text: i18n("Show a history of notifications") + enabled: showNotificationsCheckBox.checked + } + + QtControls.CheckBox { + id: showJobsCheckBox + text: i18n("Track file transfers and other jobs") } QtControls.CheckBox {