Browse Source

修复禁用系统原生项目无法重新启用问题

蓝点lilac 4 years ago
parent
commit
f8f530c3f5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ContextMenuManager/Controls/WinXItem.cs

+ 0 - 1
ContextMenuManager/Controls/WinXItem.cs

@@ -60,7 +60,6 @@ namespace ContextMenuManager.Controls
                 if(value) attributes &= ~FileAttributes.Hidden;
                 else attributes |= FileAttributes.Hidden;
                 File.SetAttributes(FilePath, attributes);
-                if(value) WinXHasher.HashLnk(FilePath);
                 ExplorerRestarter.Show();
             }
         }