Minor improvements
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace FileTime.App.Core.Models;
|
||||
namespace FileTime.Core.Models;
|
||||
|
||||
public enum ItemOrdering
|
||||
{
|
||||
@@ -8,4 +8,6 @@ public enum ItemOrdering
|
||||
CreationDateDesc,
|
||||
LastModifyDate,
|
||||
LastModifyDateDesc,
|
||||
Size,
|
||||
SizeDesc
|
||||
}
|
||||
@@ -1,6 +1,5 @@
|
||||
using System.Collections.ObjectModel;
|
||||
using DeclarativeProperty;
|
||||
using FileTime.App.Core.Models;
|
||||
using FileTime.Core.Models;
|
||||
using InitableService;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user