Skip to content

Commit 168f898

Browse files
committed
Cleanup namespaces
1 parent 0430eea commit 168f898

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/SettingsControl.xaml.cs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
using System.Windows.Input;
44
using System.ComponentModel;
55
using System.Threading.Tasks;
6-
using System;
7-
using System.IO;
8-
using System.Windows;
9-
using System.Windows.Input;
10-
using System.ComponentModel;
11-
using System.Threading.Tasks;
12-
using Flow.Launcher.Plugin.BrowserBookmark.Models;
136

147
namespace Flow.Launcher.Plugin.BrowserBookmark.Views;
158

@@ -23,6 +16,7 @@ public SettingsControl(Settings settings)
2316
Settings = settings;
2417
InitializeComponent();
2518
}
19+
2620
public bool LoadChromeBookmark
2721
{
2822
get => Settings.LoadChromeBookmark;
@@ -62,6 +56,7 @@ public bool OpenInNewBrowserWindow
6256
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(nameof(OpenInNewBrowserWindow)));
6357
}
6458
}
59+
6560
public event PropertyChangedEventHandler PropertyChanged;
6661

6762
private void NewCustomBrowser(object sender, RoutedEventArgs e)

0 commit comments

Comments
 (0)