mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update Flow.Launcher/SettingWindow.xaml.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
This commit is contained in:
parent
b286762062
commit
8ba52ff244
1 changed files with 2 additions and 2 deletions
|
|
@ -122,8 +122,8 @@ namespace Flow.Launcher
|
|||
|
||||
private void OnSelectDefaultBrowserClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
SelectBrowserWindow test = new SelectBrowserWindow(settings);
|
||||
test.ShowDialog();
|
||||
var browserWindow = new SelectBrowserWindow(settings);
|
||||
browserWindow.ShowDialog();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
|
|||
Loading…
Reference in a new issue