Update SelectBrowserWindow.xaml.cs

fix close from cl ose
This commit is contained in:
DB P 2021-12-09 02:13:02 +09:00 committed by GitHub
parent 05fd41a104
commit 38a9b9a5cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)