mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Add web search feature & some UI changes.
This commit is contained in:
11
Wox.Infrastructure/UserSettings/WebSearch.cs
Normal file
11
Wox.Infrastructure/UserSettings/WebSearch.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Wox.Infrastructure.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