fix:I817YL:系统安装完成后通知中心中获取来自应用的通知默认为关闭状态

This commit is contained in:
iaom 2023-09-18 15:49:44 +08:00
parent 7a47833216
commit 43ad9731df
1 changed files with 1 additions and 1 deletions

View File

@ -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: