mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 01:36:31 +02:00
[CodeQuality]Address C# static analyzer suggestions (#29765)
* Address static analyzer suggestions * address feedback
This commit is contained in:
committed by
GitHub
parent
22000228e2
commit
5e7d5d1f7f
@@ -44,7 +44,7 @@ namespace ImageResizer.ViewModels
|
||||
{
|
||||
if (_batch.Files.Count == 0)
|
||||
{
|
||||
_batch.Files.AddRange(view?.OpenPictureFiles());
|
||||
_batch.Files.AddRange(view.OpenPictureFiles());
|
||||
}
|
||||
|
||||
CurrentPage = new InputViewModel(_settings, this, view, _batch);
|
||||
|
||||
Reference in New Issue
Block a user