Skip to content

Commit

Permalink
fix: the camera info show incorrect
Browse files Browse the repository at this point in the history
fix the camera info show incorrect

Log: fix the camera info show incorrect

Bug: https://pms.uniontech.com/bug-view-290539.html
Change-Id: Ibea8fb2ff9150674c7257fdc6ab9ca1159d77ff2
  • Loading branch information
add-uos committed Dec 20, 2024
1 parent 7602f7e commit 8ea399d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepin-devicemanager/src/DeviceManager/DeviceImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ DeviceImage::DeviceImage()
{
m_CanEnable = true;
m_CanUninstall = true;
m_forcedDisplay = true;
}

void DeviceImage::setInfoFromLshw(const QMap<QString, QString> &mapInfo)
Expand Down

0 comments on commit 8ea399d

Please sign in to comment.