File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 33using System . Windows . Input ;
44using System . ComponentModel ;
55using 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
147namespace 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 )
You can’t perform that action at this time.
0 commit comments