diff --git a/src/modules/launcher/PowerLauncher/App.xaml.cs b/src/modules/launcher/PowerLauncher/App.xaml.cs index 2abace0c45..9a714082d7 100644 --- a/src/modules/launcher/PowerLauncher/App.xaml.cs +++ b/src/modules/launcher/PowerLauncher/App.xaml.cs @@ -42,7 +42,7 @@ namespace PowerLauncher { if (args?.Length > 0) { - int.TryParse(args[0], out _powerToysPid); + _ = int.TryParse(args[0], out _powerToysPid); } using (var application = new App())