mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
@@ -1,7 +1,9 @@
|
||||
using System;
|
||||
using PropertyChanged;
|
||||
|
||||
namespace Wox.Core.UserSettings
|
||||
{
|
||||
[ImplementPropertyChanged]
|
||||
public class CustomPluginHotkey
|
||||
{
|
||||
public string Hotkey { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user