diff --git a/QuickLook/Plugin/InfoPanel/FileHelper.cs b/QuickLook/Plugin/InfoPanel/FileHelper.cs index 4b5bcc8..e5dc611 100644 --- a/QuickLook/Plugin/InfoPanel/FileHelper.cs +++ b/QuickLook/Plugin/InfoPanel/FileHelper.cs @@ -14,7 +14,7 @@ namespace QuickLook.Plugin.InfoPanel var stack = new Stack(); stack.Push(new DirectoryInfo(root)); - totalDirs++; // self + //totalDirs++; // self do {