Skip to content

Commit

Permalink
fixed incorrect git push
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Jan 24, 2023
1 parent 2ee93be commit 146b4d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions FloatTool/Views/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ public MainWindow()
App.SelectCulture(AppHelpers.Settings.LanguageCode);
App.SelectTheme(AppHelpers.Settings.ThemeURI);

if (!Settings.Migrated)
Settings.MigrateFromOldVersion();
ViewModel = new MainViewModel("Nova", "Predator", "Field-Tested", "0.250000000", 100, 20, ErrorTooltip, ErrorTooltipFloat);

MaxHeight = SystemParameters.WorkArea.Height + 12;
Expand Down Expand Up @@ -114,7 +112,6 @@ protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
if (e.GetPosition(this).Y < 40) DragMove();
}

private void Window_KeyUp(object sender, KeyEventArgs e)
private async void Window_KeyUp(object sender, KeyEventArgs e)
{
switch (e.Key)
Expand Down

0 comments on commit 146b4d3

Please sign in to comment.