Skip to content

Commit

Permalink
Reworked Settings layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jounathaen committed Nov 24, 2024
1 parent 34fdeb1 commit 6e4ef5d
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<h3>{{ _("BTT TFT Touchscreen Settings") }}</h3>

<form class="form-horizontal">
<div class="control-group">
<label class="control-label">{{ _("Use time estimate") }}</label>
<div class="controls">
<input type="checkbox" class="input-block-level" data-bind="checked: settings.plugins.btt_touch_support.progress_from_time">
<div class="help-block">{{ _("Calculate progress based on time elapsed and time remaining. Useful for <code>PrintTimeGenius</code> users.") }}</div>
</div>
<div class="controls">
<label class="checkbox">
<input type="checkbox" data-bind="checked: settings.plugins.btt_touch_support.progress_from_time"> {{ _("Use time estimate") }}
<span class="help-block">
{{ _("Calculate progress based on time elapsed and time remaining. Useful for <code>PrintTimeGenius</code> users.") }}
</span>
</label>
</div>
</form>

0 comments on commit 6e4ef5d

Please sign in to comment.