Item Attributes
This commit is contained in:
@@ -29,6 +29,10 @@ namespace FileTime.Core.Services
|
||||
|
||||
public FullName? Parent => null;
|
||||
|
||||
public DateTime? CreatedAt => null;
|
||||
|
||||
public string? Attributes => null;
|
||||
|
||||
protected ContentProviderBase(string name)
|
||||
{
|
||||
DisplayName = Name = name;
|
||||
|
||||
@@ -40,11 +40,6 @@ namespace FileTime.Core.Services
|
||||
)
|
||||
.Merge(Constants.MaximumObservableMergeOperations);
|
||||
CurrentSelectedItem = CurrentLocation.Select(GetSelectedItemByLocation).Merge(_currentSelectedItem).Throttle(TimeSpan.FromMilliseconds(500));
|
||||
|
||||
CurrentItems.Subscribe(c =>
|
||||
{
|
||||
;
|
||||
});
|
||||
}
|
||||
|
||||
public void Init(IContainer currentLocation)
|
||||
|
||||
Reference in New Issue
Block a user