Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Feb 20, 2024
1 parent 711169c commit 985a655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion JL.Windows/GUI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ internal sealed partial class MainWindow : Window
private static readonly Point s_origin = new(0, 0);
private Point _swipeStartPoint;

public MainWindow()
private MainWindow()
{
InitializeComponent();
s_instance = this;
Expand Down
1 change: 1 addition & 0 deletions JL.Windows/GUI/ManageFrequenciesWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ private async void Window_Closed(object sender, EventArgs e)

WindowsUtils.UpdateMainWindowVisibility();
_ = MainWindow.Instance.Focus();

await FreqUtils.LoadFrequencies().ConfigureAwait(false);
await FreqUtils.SerializeFreqs().ConfigureAwait(false);

Expand Down

0 comments on commit 985a655

Please sign in to comment.