From 162ff4ab15f4562906841e3478d6256474d5d496 Mon Sep 17 00:00:00 2001 From: Roman Bug Date: Tue, 27 Oct 2020 15:43:34 +0300 Subject: [PATCH] Update compatibility-legacy-settings.md --- doc/devdocs/settingsv2/compatibility-legacy-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devdocs/settingsv2/compatibility-legacy-settings.md b/doc/devdocs/settingsv2/compatibility-legacy-settings.md index de79458954..67a9a494c5 100644 --- a/doc/devdocs/settingsv2/compatibility-legacy-settings.md +++ b/doc/devdocs/settingsv2/compatibility-legacy-settings.md @@ -9,4 +9,4 @@ The following must be kept in mind regarding compatibility with settings v1 and - The status of each of the modules is communicated with the runner in the form of a json object. The names of all the powerToys is set in the [`EnableModules.cs`](src/core/Microsoft.PowerToys.Settings.UI.Library/EnabledModules.cs) file. The `JsonPropertyName` must not be changed to ensure that the information is dispatched properly to all the modules by the runner. ### ImageResizer anomaly -All the powertoys have the same folder name as well as JsonPropertyName to communicate information with the runner. However that is not the case with ImageResizer. The folder name is `ImageResizer` whereas the JsonPropertyName is `Image Resizer`(Note the additional space). This should not be changed to ensure backward compatibity as well as proper functioning of the module. \ No newline at end of file +All the powertoys have the same folder name as well as JsonPropertyName to communicate information with the runner. However that is not the case with ImageResizer. The folder name is `ImageResizer` whereas the JsonPropertyName is `Image Resizer`(Note the additional space). This should not be changed to ensure backward compatibility as well as proper functioning of the module.