Skip to content

Commit

Permalink
fix: 修复DigitalOutput显示为Unable (#293)
Browse files Browse the repository at this point in the history
修复DigitalOutput显示为Unable

Log:  修复DigitalOutput显示为Unable

Bug: https://pms.uniontech.com/bug-view-244549.html
  • Loading branch information
jeffshuai authored Feb 29, 2024
1 parent 76f057d commit da57f52
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deepin-devicemanager/src/DeviceManager/DeviceGpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ DeviceGpu::DeviceGpu()
, m_Model("")
, m_GraphicsMemory("")
, m_Width("")
, m_DisplayPort("Unable")
, m_DisplayPort("")
, m_Clock("")
, m_IRQ("")
, m_Capabilities("")
, m_DisplayOutput("")
, m_VGA("Unable")
, m_HDMI("Unable")
, m_eDP("Unable")
, m_DVI("Unable")
, m_Digital("Unable")
, m_VGA("")
, m_HDMI("")
, m_eDP("")
, m_DVI("")
, m_Digital("")
, m_CurrentResolution("")
, m_MinimumResolution("")
, m_MaximumResolution("")
Expand Down

0 comments on commit da57f52

Please sign in to comment.