Skip to content

Commit

Permalink
Avoid returning if the volume manager can't be configured on startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimian committed Jan 27, 2025
1 parent dc9581e commit 4606937
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TotalMixVC/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ protected override void OnStartup(StartupEventArgs e)
button: MessageBoxButton.OK,
icon: MessageBoxImage.Exclamation
);
return;
}

// Start a task that will receive and record volume changes.
Expand Down

0 comments on commit 4606937

Please sign in to comment.