mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update SelectBrowserWindow.xaml.cs
fix close from cl ose
This commit is contained in:
parent
05fd41a104
commit
38a9b9a5cb
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ namespace Flow.Launcher
|
|||
{
|
||||
Settings.CustomBrowserList = CustomBrowsers.ToList();
|
||||
Settings.CustomBrowserIndex = SelectedCustomBrowserIndex;
|
||||
Cl ose();
|
||||
Close();
|
||||
}
|
||||
|
||||
private void btnAdd_Click(object sender, RoutedEventArgs e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue