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 3
3
using System . Windows . Input ;
4
4
using System . ComponentModel ;
5
5
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 ;
13
6
14
7
namespace Flow . Launcher . Plugin . BrowserBookmark . Views ;
15
8
@@ -23,6 +16,7 @@ public SettingsControl(Settings settings)
23
16
Settings = settings ;
24
17
InitializeComponent ( ) ;
25
18
}
19
+
26
20
public bool LoadChromeBookmark
27
21
{
28
22
get => Settings . LoadChromeBookmark ;
@@ -62,6 +56,7 @@ public bool OpenInNewBrowserWindow
62
56
PropertyChanged ? . Invoke ( this , new PropertyChangedEventArgs ( nameof ( OpenInNewBrowserWindow ) ) ) ;
63
57
}
64
58
}
59
+
65
60
public event PropertyChangedEventHandler PropertyChanged ;
66
61
67
62
private void NewCustomBrowser ( object sender , RoutedEventArgs e )
You can’t perform that action at this time.
0 commit comments