Dispose -> Destroy, windows icon color fix
This commit is contained in:
@@ -28,7 +28,7 @@ namespace FileTime.Core.Timeline
|
||||
|
||||
public bool SupportsDirectoryLevelSoftDelete => false;
|
||||
|
||||
public bool IsDisposed => false;
|
||||
public bool IsDestroyed => false;
|
||||
|
||||
public TimeProvider(PointInTime pointInTime)
|
||||
{
|
||||
@@ -93,7 +93,7 @@ namespace FileTime.Core.Timeline
|
||||
public void SetParent(IContainer container) { }
|
||||
public Task<bool> CanOpen() => Task.FromResult(true);
|
||||
|
||||
public void Dispose() { }
|
||||
public void Destroy() { }
|
||||
|
||||
public void Unload() { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user