mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Add hotkey setting
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Wox.Infrastructure.UserSettings
|
||||
{
|
||||
public class UserSetting
|
||||
{
|
||||
public string Hotkey { get; set; }
|
||||
public string Theme { get; set; }
|
||||
public bool ReplaceWinR { get; set; }
|
||||
public List<WebSearch> WebSearches { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user