From a0b7768a861f06f9040bdcc3ae02efc157aba292 Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Thu, 26 Feb 2015 17:12:21 +0800 Subject: [PATCH] Fix #255, can't delete items in folder plugin --- Plugins/Wox.Plugin.Folder/FolderPluginSettings.xaml.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Plugins/Wox.Plugin.Folder/FolderPluginSettings.xaml.cs b/Plugins/Wox.Plugin.Folder/FolderPluginSettings.xaml.cs index 0b0c655a73..26b99f1676 100644 --- a/Plugins/Wox.Plugin.Folder/FolderPluginSettings.xaml.cs +++ b/Plugins/Wox.Plugin.Folder/FolderPluginSettings.xaml.cs @@ -8,9 +8,6 @@ using UserControl = System.Windows.Controls.UserControl; namespace Wox.Plugin.Folder { - /// - /// Interaction logic for FileSystemSettings.xaml - /// public partial class FileSystemSettings : UserControl { private IPublicAPI woxAPI; @@ -33,6 +30,7 @@ namespace Wox.Plugin.Folder { FolderStorage.Instance.FolderLinks.Remove(selectedFolder); lbxFolders.Items.Refresh(); + FolderStorage.Instance.Save(); } } else