mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add browserpath display on load
This commit is contained in:
parent
c1eca93609
commit
8abe31341d
2 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ namespace Wox.Plugin.BrowserBookmark.Views
|
|||
{
|
||||
InitializeComponent();
|
||||
_settings = settings;
|
||||
browserPathBox.Text = _settings.BrowserPath;
|
||||
NewWindowBrowser.IsChecked = _settings.OpenInNewBrowserWindow;
|
||||
NewTabInBrowser.IsChecked = !_settings.OpenInNewBrowserWindow;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ namespace Wox.Plugin.WebSearch
|
|||
_context = context;
|
||||
_settings = viewModel.Settings;
|
||||
DataContext = viewModel;
|
||||
browserPathBox.Text = _settings.BrowserPath;
|
||||
NewWindowBrowser.IsChecked = _settings.OpenInNewBrowser;
|
||||
NewTabInBrowser.IsChecked = !_settings.OpenInNewBrowser;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue