We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644cd26 commit 224ef57Copy full SHA for 224ef57
templates/settings.content.right.master.folders.list.html
@@ -1,3 +1,3 @@
1
{{#each masterFolders}}
2
-<div class="chip chip-icon-right label-large" onclick="electron.shell.openPath('{{@this}}');"><div></div>{{@this}}<i class="icon-18 material-icon right gamepad-item" onclick="event.stopPropagation(); settings.removeMasterFolder({{@key}});">close</i></div>
3
-{{/each}}
+<div class="chip chip-icon-right label-large" onclick="electron.shell.openPath('{{chain 'escapeBackSlash' 'escapeQuotesSimples' @this}}');"><div></div>{{@this}}<i class="icon-18 material-icon right gamepad-item" onclick="event.stopPropagation(); settings.removeMasterFolder({{@key}});">close</i></div>
+{{/each}}
0 commit comments