Places Linux, refactor
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace FileTime.GuiApp.IconProviders;
|
||||
|
||||
public enum SpecialPathType
|
||||
{
|
||||
Home,
|
||||
Downloads,
|
||||
Music,
|
||||
Videos,
|
||||
Desktop,
|
||||
Documents,
|
||||
Images,
|
||||
Templates,
|
||||
PublicShare
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
using FileTime.App.Core.Services;
|
||||
using FileTime.GuiApp.IconProviders;
|
||||
|
||||
namespace FileTime.GuiApp.Services;
|
||||
|
||||
public interface IPlacesService : IStartupHandler
|
||||
{
|
||||
Dictionary<string, SpecialPathType> GetSpecialPaths();
|
||||
}
|
||||
Reference in New Issue
Block a user