mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix #255, can't delete items in folder plugin
This commit is contained in:
parent
7aae1b262e
commit
a0b7768a86
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue