fix:I817YL:系统安装完成后通知中心中获取来自应用的通知默认为关闭状态
This commit is contained in:
parent
7a47833216
commit
43ad9731df
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue