mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
code refactoring and add web searches setting window.
This commit is contained in:
10
WinAlfred/Models/WebSearch.cs
Normal file
10
WinAlfred/Models/WebSearch.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace WinAlfred.Models
|
||||
{
|
||||
public class WebSearch
|
||||
{
|
||||
public string Keyword { get; set; }
|
||||
public string IconPath { get; set; }
|
||||
public string Website { get; set; }
|
||||
public string Enabled { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user