Add Git overlay, operation tools, and virtualized preview so large folders stay responsive.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -44,4 +44,5 @@ file sealed class StubShell : IShellFileOperations
|
||||
{ error = "n/a"; return false; }
|
||||
public bool CreateShortcut(string targetPath, string shortcutPath, out string? error)
|
||||
{ error = null; return true; }
|
||||
public bool EmptyRecycleBin(out string? error) { error = null; return true; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user