Skip to content

Commit

Permalink
Change category
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Nov 25, 2024
1 parent ba4b6cb commit 0b1305c
Showing 1 changed file with 33 additions and 27 deletions.
60 changes: 33 additions & 27 deletions public/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,13 @@ <h3>__MSG_optionSectionPlayerAndButtons__</h3>
<label class="switch-label" for="hideDeleteButtonPlayerControls">
__MSG_showDeleteButton__
</label>
<div class="switch-label" data-dependent-on="showNewIcon" style="position: absolute;">
<div class="switch-label" data-dependent-on="showNewIcon" style="position: absolute;">
<img class="playerButtonImage" src="../icons/PlayerDeleteIconSponsorBlocker.svg">
</div>
<div class="switch-label" data-dependent-on="showNewIcon" data-dependent-on-inverted="true" style="position: absolute;">
<img class="playerButtonImage" src="../icons/oldIcon/PlayerDeleteIconSponsorBlocker.svg">
<div class="switch-label" data-dependent-on="showNewIcon" data-dependent-on-inverted="true"
style="position: absolute;">
<img class="playerButtonImage"
src="../icons/oldIcon/PlayerDeleteIconSponsorBlocker.svg">
</div>
</div>
</div>
Expand All @@ -311,8 +313,10 @@ <h3>__MSG_optionSectionPlayerAndButtons__</h3>
<div class="switch-label" data-dependent-on="showNewIcon" style="position: absolute;">
<img class="playerButtonImage" src="../icons/PlayerUploadIconSponsorBlocker.svg">
</div>
<div class="switch-label" data-dependent-on="showNewIcon" data-dependent-on-inverted="true" style="position: absolute;">
<img class="playerButtonImage" src="../icons/oldIcon/PlayerUploadIconSponsorBlocker.svg">
<div class="switch-label" data-dependent-on="showNewIcon" data-dependent-on-inverted="true"
style="position: absolute;">
<img class="playerButtonImage"
src="../icons/oldIcon/PlayerUploadIconSponsorBlocker.svg">
</div>
</div>
</div>
Expand Down Expand Up @@ -347,13 +351,15 @@ <h3>__MSG_optionSectionPlayerAndButtons__</h3>
<div class="switch-label" data-dependent-on="showNewIcon" style="position: absolute;">
<img class="playerButtonImage" src="../icons/PlayerInfoIconSponsorBlocker.svg">
</div>
<div class="switch-label" data-dependent-on="showNewIcon" data-dependent-on-inverted="true" style="position: absolute;">
<div class="switch-label" data-dependent-on="showNewIcon" data-dependent-on-inverted="true"
style="position: absolute;">
<img class="playerButtonImage" src="../icons/oldIcon/PlayerInfoIconSponsorBlocker.svg">
</div>
</div>
</div>

<div data-type="toggle" data-sync="autoHideInfoButton" data-dependent-on="hideInfoButtonPlayerControls">
<div data-type="toggle" data-sync="autoHideInfoButton"
data-dependent-on="hideInfoButtonPlayerControls">
<div class="switch-container">
<label class="switch">
<input id="autoHideInfoButton" type="checkbox" checked>
Expand All @@ -378,11 +384,6 @@ <h3>__MSG_optionSectionPlayerAndButtons__</h3>
<div class="small-description">__MSG_showTimeWithSkipsDescription__</div>
</div>

</div>

<div class="section">
<h3>__MSG_optionSectionPortVideo__</h3>

<div data-type="toggle" data-sync="allowScrollingToEdit">
<div class="switch-container">
<label class="switch">
Expand All @@ -395,7 +396,10 @@ <h3>__MSG_optionSectionPortVideo__</h3>
</div>
</div>

</div>

<div class="section">
<h3>__MSG_optionSectionPortVideo__</h3>

<div data-type="toggle" data-sync="showPortVideoButton">
<div class="switch-container">
Expand Down Expand Up @@ -450,19 +454,8 @@ <h3>__MSG_optionSectionExtensionRelated__</h3>
</div>
</div>

<div data-type="toggle" data-toggle-type="reverse" data-sync="showNewFeaturePopups">
<div class="switch-container">
<label class="switch">
<input id="showNewFeaturePopups" type="checkbox" checked>
<span class="slider round"></span>
</label>
<label class="switch-label" for="showNewFeaturePopups">
__MSG_hideNewFeatureUpdates__
</label>
</div>
</div>

<div data-type="toggle" data-toggle-type="reverse" data-sync="showDonationLink" data-no-safari="true">
<div data-type="toggle" data-toggle-type="reverse" data-sync="showDonationLink"
data-no-safari="true">
<div class="switch-container">
<label class="switch">
<input id="showDonationLink" type="checkbox" checked>
Expand Down Expand Up @@ -663,7 +656,8 @@ <h2>__MSG_exportOtherData__</h2>
</div>
</div>

<div data-type="button-press" data-sync="copyDebugInformation" data-confirm-message="copyDebugInformation">
<div data-type="button-press" data-sync="copyDebugInformation"
data-confirm-message="copyDebugInformation">
<div class="option-button trigger-button">
__MSG_copyDebugInformation__
</div>
Expand Down Expand Up @@ -706,6 +700,18 @@ <h2>__MSG_exportOtherData__</h2>

<div id="experiment" class="option-group hidden">

<div data-type="toggle" data-toggle-type="reverse" data-sync="showNewFeaturePopups">
<div class="switch-container">
<label class="switch">
<input id="showNewFeaturePopups" type="checkbox" checked>
<span class="slider round"></span>
</label>
<label class="switch-label" for="showNewFeaturePopups">
__MSG_hideNewFeatureUpdates__
</label>
</div>
</div>

<div data-type="toggle" data-sync="enableDanmakuSkip" class="no-bottom-border">
<div class="switch-container">
<label class="switch">
Expand Down Expand Up @@ -761,4 +767,4 @@ <h2>__MSG_exportOtherData__</h2>

</div>
</div>
</body>
</body>

0 comments on commit 0b1305c

Please sign in to comment.