We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16a6c7 commit a68fb0aCopy full SHA for a68fb0a
src/views/file-menu.hbs
@@ -53,15 +53,16 @@
53
<span class="text">{{open with}}</span>
54
<span class="icon open_in_browser"></span>
55
</li>
56
-<li action="edit-with">
57
- <span class="text">{{edit with}}</span>
58
-</li>
59
-<li action="pin-file-shortcut">
60
- <span class="text">{{add to home screen}}</span>
61
- <span class="icon home"></span>
62
63
-{{/file_on_disk}}
64
-
+<li action="edit-with">
+ <span class="text">{{edit with}}</span>
+ <span class="icon edit"></span>
+</li>
+<li action="pin-file-shortcut">
+ <span class="text">{{add to home screen}}</span>
+ <span class="icon home"></span>
+{{/file_on_disk}}
65
+
66
{{#is_editor}}
67
<hr>
68
<li action="find">
0 commit comments