mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Remove instance logic for BinaryStorage and JsonStorage, part 2
1. part of #389 2. file rename 3. fixup
This commit is contained in:
12
Plugins/Wox.Plugin.Folder/Settings.cs
Normal file
12
Plugins/Wox.Plugin.Folder/Settings.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
using Wox.Infrastructure.Storage;
|
||||
|
||||
namespace Wox.Plugin.Folder
|
||||
{
|
||||
public class Settings
|
||||
{
|
||||
[JsonProperty]
|
||||
public List<FolderLink> FolderLinks { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user