Dispose -> Destroy, windows icon color fix
This commit is contained in:
@@ -40,7 +40,7 @@ namespace FileTime.Providers.Smb
|
||||
|
||||
public bool SupportsDirectoryLevelSoftDelete => false;
|
||||
|
||||
public bool IsDisposed => false;
|
||||
public bool IsDestroyed => false;
|
||||
|
||||
public SmbServer(string path, SmbContentProvider contentProvider, IInputInterface inputInterface)
|
||||
{
|
||||
@@ -193,7 +193,7 @@ namespace FileTime.Providers.Smb
|
||||
public Task Rename(string newName) => throw new NotSupportedException();
|
||||
public Task<bool> CanOpen() => Task.FromResult(true);
|
||||
|
||||
public void Dispose() { }
|
||||
public void Destroy() { }
|
||||
|
||||
public void Unload() { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user