Save and close for setting tab

This commit is contained in:
bao-qian
2016-05-23 00:36:48 +01:00
parent ba78637361
commit e7f5491239
3 changed files with 19 additions and 11 deletions

View File

@@ -4,6 +4,7 @@ using System.IO;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using PropertyChanged;
@@ -32,7 +33,6 @@ namespace Wox.ViewModel
public Settings Settings { get; set; }
//todo happlebao save
public void Save()
{
_storage.Save();