Please review! I did not review if the backslashes appear as expected in practice.
In the settings view for the plugin the single backslash does not appear, making e.g. the path C:\Users\Example\Documents appear as C:UsersExampleDocuments.
This commit escapes the backslash to (hopefully) render the intended backslash instead.
Please review! I did not review if the backslashes appear as expected in practice.
In the settings view for the plugin the single backslash does not appear, making e.g. the path
C:\Users\Example\Documents
appear asC:UsersExampleDocuments
.This commit escapes the backslash to (hopefully) render the intended backslash instead.