mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
close #48 Refactor setting storage.
This commit is contained in:
11
Wox.Infrastructure/Storage/UserSettings/WebSearch.cs
Normal file
11
Wox.Infrastructure/Storage/UserSettings/WebSearch.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Wox.Infrastructure.Storage.UserSettings
|
||||
{
|
||||
public class WebSearch
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public string ActionWord { get; set; }
|
||||
public string IconPath { get; set; }
|
||||
public string Url { get; set; }
|
||||
public bool Enabled { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user