mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Fix #255, can't delete items in folder plugin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user