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)