mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix IndexOutOfBound issue when adding new profile
This commit is contained in:
parent
2c1e07065c
commit
a02d020fed
1 changed files with 1 additions and 1 deletions
|
|
@ -55,8 +55,8 @@ namespace Flow.Launcher
|
||||||
|
|
||||||
private void btnDone_Click(object sender, RoutedEventArgs e)
|
private void btnDone_Click(object sender, RoutedEventArgs e)
|
||||||
{
|
{
|
||||||
Settings.CustomExplorerIndex = SelectedCustomExplorerIndex;
|
|
||||||
Settings.CustomExplorerList = CustomExplorers.ToList();
|
Settings.CustomExplorerList = CustomExplorers.ToList();
|
||||||
|
Settings.CustomExplorerIndex = SelectedCustomExplorerIndex;
|
||||||
Close();
|
Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue