Skip to content

Commit

Permalink
fix: [262623/dock] mount plugin showed in screen
Browse files Browse the repository at this point in the history
caused by #2053
files

Log: fix issue about mount plugin

Bug: https://pms.uniontech.com/bug-view-262623.html
  • Loading branch information
itsXuSt authored and deepin-bot[bot] committed Jul 5, 2024
1 parent 8e81593 commit a08cfa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DiskMountPlugin::DiskMountPlugin(QObject *parent)
diskPluginItem(new DiskPluginItem)
{
loadTranslator();
diskPluginItem->setVisible(true);
diskPluginItem->setVisible(false);
tipsLabel->setObjectName("diskmount");
tipsLabel->setVisible(false);
tipsLabel->setText(tr("Disk"));
Expand Down

0 comments on commit a08cfa0

Please sign in to comment.