Skip to content

Commit

Permalink
[FIX]修复盘古w计算机视图的数据盘未汉化的问题[LINK]bug#104728
Browse files Browse the repository at this point in the history
  • Loading branch information
XWJ10 authored and Yue-Lan committed Feb 18, 2022
1 parent 5be402e commit 93e444d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ void ComputerVolumeItem::updateInfoAsync()

const QString ComputerVolumeItem::displayName()
{
if(m_uri == "file:///data"){
return tr("Data");
}
return m_displayName;
}

Expand Down

0 comments on commit 93e444d

Please sign in to comment.