|
@@ -285,7 +285,7 @@
|
|
|
</button>
|
|
|
<span id="stale-indicator" class="hidden" data-toggle="tooltip" title="The output is stale. The input or recipe has changed since this output was generated. Bake again to get the new value.">
|
|
|
<i class="material-icons">access_time</i>
|
|
|
- </span>
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div class="textarea-wrapper">
|
|
|
<div id="output-highlighter" class="no-select"></div>
|
|
@@ -492,6 +492,13 @@
|
|
|
Use meta key for keybindings (Windows ⊞/Command ⌘)
|
|
|
</label>
|
|
|
</div>
|
|
|
+
|
|
|
+ <div class="checkbox option-item">
|
|
|
+ <label for="autoMagic">
|
|
|
+ <input type="checkbox" option="autoMagic" id="autoMagic">
|
|
|
+ Attempt to detect encoded data automagically
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="modal-footer">
|
|
|
<button type="button" class="btn btn-secondary" id="reset-options">Reset options to default</button>
|