mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Refactor setting storage related
This commit is contained in:
parent
4ca0453cff
commit
3dbef1400c
1 changed files with 8 additions and 0 deletions
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; }
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue