Fix #255, can't delete items in folder plugin

This commit is contained in:
qianlifeng
2015-02-26 17:12:21 +08:00
parent 7aae1b262e
commit a0b7768a86

View File

@@ -8,9 +8,6 @@ using UserControl = System.Windows.Controls.UserControl;
namespace Wox.Plugin.Folder
{
/// <summary>
/// Interaction logic for FileSystemSettings.xaml
/// </summary>
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