diff --git a/0001-hide-authorized-watermask.patch b/0001-hide-authorized-watermask.patch index 6c889e53cd54d38d236e81280ce859091d418a7a..9568ecc90c9e1f501acaff5576b6b16282059561 100644 --- a/0001-hide-authorized-watermask.patch +++ b/0001-hide-authorized-watermask.patch @@ -21,7 +21,7 @@ index 45efe3a..c6bd12e 100644 + //return (DSysInfo::DeepinType::DeepinProfessional == deepinType + // || DSysInfo::DeepinType::DeepinPersonal == deepinType + // || DSysInfo::DeepinType::DeepinServer == deepinType ); -+ return -1; ++ return 0; } bool WaterMaskFrame::parseJson(QString key)