use propertychanged helper

This commit is contained in:
bao-qian
2016-05-21 19:25:28 +01:00
parent 299864a9cf
commit 597931f79b
4 changed files with 18 additions and 3 deletions

View File

@@ -1,13 +1,12 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using Wox.Core.Plugin;
using Wox.Plugin;
using Newtonsoft.Json;
using PropertyChanged;
namespace Wox.Core.UserSettings
{
[ImplementPropertyChanged]
public class Settings
{
public string Hotkey { get; set; } = "Alt + Space";