Standardize Image Resizer naming (#14694)

* Standardize Image Resizer naming

* Use no-throw methods

* Do not move if new dir already exist

* Update test files paths
This commit is contained in:
Stefan Markovic
2021-12-02 09:08:43 +01:00
committed by GitHub
parent 22f8390ef9
commit 87f6278bf9
22 changed files with 26 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ namespace Microsoft.PowerToys.Settings.UI.Library
{
public class ImageResizerSettings : BasePTModuleSettings, ISettingsConfig
{
public const string ModuleName = "ImageResizer";
public const string ModuleName = "Image Resizer";
[JsonPropertyName("properties")]
public ImageResizerProperties Properties { get; set; }