From 168f898baf15950ed79fe2e2a26c96a4bd4e89aa Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Wed, 2 Apr 2025 22:27:45 +0800 Subject: [PATCH] Cleanup namespaces --- .../Views/SettingsControl.xaml.cs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/SettingsControl.xaml.cs b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/SettingsControl.xaml.cs index 8584a3eb0..3182adfed 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/SettingsControl.xaml.cs +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/SettingsControl.xaml.cs @@ -3,13 +3,6 @@ using Flow.Launcher.Plugin.BrowserBookmark.Models; using System.Windows.Input; using System.ComponentModel; using System.Threading.Tasks; -using System; -using System.IO; -using System.Windows; -using System.Windows.Input; -using System.ComponentModel; -using System.Threading.Tasks; -using Flow.Launcher.Plugin.BrowserBookmark.Models; namespace Flow.Launcher.Plugin.BrowserBookmark.Views; @@ -23,6 +16,7 @@ public partial class SettingsControl : INotifyPropertyChanged Settings = settings; InitializeComponent(); } + public bool LoadChromeBookmark { get => Settings.LoadChromeBookmark; @@ -62,6 +56,7 @@ public partial class SettingsControl : INotifyPropertyChanged PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(nameof(OpenInNewBrowserWindow))); } } + public event PropertyChangedEventHandler PropertyChanged; private void NewCustomBrowser(object sender, RoutedEventArgs e)