From 5731904aa1fd99221b7ab8e51303feccfcb83496 Mon Sep 17 00:00:00 2001 From: iaom Date: Mon, 18 Sep 2023 15:49:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:I817YL:=E7=B3=BB=E7=BB=9F=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=90=8E=E9=80=9A=E7=9F=A5=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E4=B8=AD=E8=8E=B7=E5=8F=96=E6=9D=A5=E8=87=AA=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E9=80=9A=E7=9F=A5=E9=BB=98=E8=AE=A4=E4=B8=BA=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../notification-settings/settings-properties-info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libukui-notification/notification-settings/settings-properties-info.cpp b/libukui-notification/notification-settings/settings-properties-info.cpp index e8e47ec..6322e97 100644 --- a/libukui-notification/notification-settings/settings-properties-info.cpp +++ b/libukui-notification/notification-settings/settings-properties-info.cpp @@ -94,7 +94,7 @@ SettingsPropertiesInfo::SettingsPropertiesInfo(SettingsProperty::Property proper d->m_name = QStringLiteral("ReceiveNotificationsFromApps"); d->m_displayName = tr("Get notifications from applications"); d->m_valueType = QMetaType::Bool; - d->m_defaultValue = "false"; + d->m_defaultValue = "true"; break; case SettingsProperty::AllowNotify: