mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
More data bindings (MaxResultsToShow + ActivatedTimes)
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
using System;
|
||||
using PropertyChanged;
|
||||
using Wox.Plugin;
|
||||
|
||||
namespace Wox.Core.UserSettings
|
||||
{
|
||||
[ImplementPropertyChanged]
|
||||
public class CustomPluginHotkey
|
||||
public class CustomPluginHotkey : BaseModel
|
||||
{
|
||||
public string Hotkey { get; set; }
|
||||
public string ActionKeyword { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user