mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Refactor setting storage related
This commit is contained in:
8
Wox.Infrastructure/Storage/UserSettings/PluginHotkey.cs
Normal file
8
Wox.Infrastructure/Storage/UserSettings/PluginHotkey.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Wox.Infrastructure.Storage.UserSettings
|
||||
{
|
||||
public class CustomPluginHotkey
|
||||
{
|
||||
public string Hotkey { get; set; }
|
||||
public string ActionKeyword { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user