mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 05:57:07 +03:00
Changed order of options.
This commit is contained in:
@@ -94,24 +94,6 @@
|
|||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<div option-type="string-change" sync-option="serverAddress">
|
|
||||||
<label class="string-container">
|
|
||||||
<div>__MSG_customServerAddress__</div>
|
|
||||||
<input class="option-text-box" type="text">
|
|
||||||
</label>
|
|
||||||
<div class="option-button custom-server-address-button inline">
|
|
||||||
__MSG_saveCustomServerAddress__
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
<div class="small-description">__MSG_customServerAddressDescription__</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
|
|
||||||
<div option-type="keybind-change" sync-option="startSponsorKeybind">
|
<div option-type="keybind-change" sync-option="startSponsorKeybind">
|
||||||
<div class="option-button trigger-button">
|
<div class="option-button trigger-button">
|
||||||
@@ -169,6 +151,18 @@
|
|||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
<div option-type="toggle" toggle-type="reverse" sync-option="dontShowNotice">
|
||||||
|
<label class="switch-container" label-name="__MSG_showSkipNotice__">
|
||||||
|
<label class="switch">
|
||||||
|
<input type="checkbox" checked>
|
||||||
|
<span class="slider round"></span>
|
||||||
|
</label>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
|
||||||
<div option-type="toggle" toggle-type="reverse" sync-option="hideVideoPlayerControls">
|
<div option-type="toggle" toggle-type="reverse" sync-option="hideVideoPlayerControls">
|
||||||
<label class="switch-container" label-name="__MSG_showButtons__">
|
<label class="switch-container" label-name="__MSG_showButtons__">
|
||||||
<label class="switch">
|
<label class="switch">
|
||||||
@@ -280,13 +274,19 @@
|
|||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<div option-type="toggle" toggle-type="reverse" sync-option="dontShowNotice">
|
<div option-type="string-change" sync-option="serverAddress">
|
||||||
<label class="switch-container" label-name="__MSG_showSkipNotice__">
|
<label class="string-container">
|
||||||
<label class="switch">
|
<div>__MSG_customServerAddress__</div>
|
||||||
<input type="checkbox" checked>
|
<input class="option-text-box" type="text">
|
||||||
<span class="slider round"></span>
|
|
||||||
</label>
|
|
||||||
</label>
|
</label>
|
||||||
|
<div class="option-button custom-server-address-button inline">
|
||||||
|
__MSG_saveCustomServerAddress__
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
<div class="small-description">__MSG_customServerAddressDescription__</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user