Skip to content

Commit

Permalink
Add autogenerated thumbnail option to options page
Browse files Browse the repository at this point in the history
Before it was only in the popup
  • Loading branch information
ajayyy committed Dec 19, 2023
1 parent 6ef2376 commit cd9f70b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/options/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -799,4 +799,8 @@ svg {

#licenseKeyButton {
cursor: pointer;
}

.extra-top-padding {
padding-top: 20px;
}
8 changes: 8 additions & 0 deletions public/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,14 @@
</select>

<div class="small-description">__MSG_whatThumbnailFallbackOption__</div>

<div data-type="selector" class="extra-top-padding" data-sync="thumbnailFallbackAutogenerated" data-dependent-on-selector="thumbnailFallback" data-dependent-on-selector-value="3">
<select id="thumbnailFallbackAutogenerated" class="selector-element sb-optionsSelector" >
<option value="0">__MSG_Start__</option>
<option value="1">__MSG_Middle__</option>
<option value="2">__MSG_End__</option>
</select>
</div>
</div>

<div data-type="toggle" data-sync="ignoreAbThumbnails">
Expand Down

0 comments on commit cd9f70b

Please sign in to comment.