Skip to content

Commit

Permalink
Fix: Can't open master folders in File Explorer (Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
ollm committed Mar 29, 2024
1 parent 644cd26 commit 224ef57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/settings.content.right.master.folders.list.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{#each masterFolders}}
<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>
{{/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 comments on commit 224ef57

Please sign in to comment.