fix:I817YL:系统安装完成后通知中心中获取来自应用的通知默认为关闭状态
This commit is contained in:
parent
4782eae340
commit
5731904aa1
|
@ -94,7 +94,7 @@ SettingsPropertiesInfo::SettingsPropertiesInfo(SettingsProperty::Property proper
|
||||||
d->m_name = QStringLiteral("ReceiveNotificationsFromApps");
|
d->m_name = QStringLiteral("ReceiveNotificationsFromApps");
|
||||||
d->m_displayName = tr("Get notifications from applications");
|
d->m_displayName = tr("Get notifications from applications");
|
||||||
d->m_valueType = QMetaType::Bool;
|
d->m_valueType = QMetaType::Bool;
|
||||||
d->m_defaultValue = "false";
|
d->m_defaultValue = "true";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SettingsProperty::AllowNotify:
|
case SettingsProperty::AllowNotify:
|
||||||
|
|
Loading…
Reference in New Issue