mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 13:07:05 +03:00
Changed order of options.
This commit is contained in:
@@ -94,24 +94,6 @@
|
||||
<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 class="option-button trigger-button">
|
||||
@@ -169,6 +151,18 @@
|
||||
<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">
|
||||
<label class="switch-container" label-name="__MSG_showButtons__">
|
||||
<label class="switch">
|
||||
@@ -280,13 +274,19 @@
|
||||
<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>
|
||||
<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>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user