chore: Update version to 6.0.68#703
Conversation
- update version to 6.0.68 log: update version to 6.0.68
|
TAG Bot TAG: 6.0.68 |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideBumps the project’s Debian package version reference to 6.0.68 in the changelog to reflect the new release. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review★ 总体评分:85分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 --- a/deepin-devicemanager/src/DeviceManager/DeviceMonitor.cpp
+++ b/deepin-devicemanager/src/DeviceManager/DeviceMonitor.cpp
@@ -359,12 +359,12 @@
if (Common::isShowScreenSize()) {
- if (Common::specialComType == 6 || Common::specialComType == 7) {
+ if (Common::isHwPlatform()) {
ov = QString("(%1)").arg(m_ScreenSize);
}
} else {
- if (Common::specialComType == 6 || Common::specialComType == 7) {
+ if (Common::isHwPlatform()) {
ov = "";
}
}
@@ -385,7 +385,7 @@
// 添加基本信息
- if (Common::specialComType != 6 && Common::specialComType != 5) {
+ if (!Common::isHwPlatform() && Common::specialComType != SPECIAL_COM_TYPE_5) {
addBaseDeviceInfo("Name", m_Name);
} |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: add-uos, lzwind The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
TAG Bot ✅ Tag created successfully 📋 Tag Details
|
log: update version to 6.0.68
Summary by Sourcery
Update Debian packaging metadata for release 6.0.68.
Build:
Chores: