clarify MUI settings display in UserSettings Panel

d1c3798d76aad65cf0d7a2ce384f7594d175f6dc

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +9 -7Ignore whitespace
public/index.html+9 -7
@@ -4075,21 +4075,23 @@
4075 <input id="restore_user_input" type="checkbox" />4075 <input id="restore_user_input" type="checkbox" />
4076 <small data-i18n="Restore User Input">Restore User Input</small>4076 <small data-i18n="Restore User Input">Restore User Input</small>
4077 </label>4077 </label>
4078 <label data-newbie-hidden id="movingUIModeCheckBlock" for="movingUImode" class="checkbox_label" title="Allow repositioning certain UI elements by dragging them. PC only, no effect on mobile." data-i18n="[title]Allow repositioning certain UI elements by dragging them. PC only, no effect on mobile">4078 <div class="flex-container alignItemsCenter">
4079 <input id="movingUImode" type="checkbox" />4079 <label data-newbie-hidden id="movingUIModeCheckBlock" for="movingUImode" class="checkbox_label" title="Allow repositioning certain UI elements by dragging them. PC only, no effect on mobile." data-i18n="[title]Allow repositioning certain UI elements by dragging them. PC only, no effect on mobile">
4080 <small data-i18n="Movable UI Panels">MovingUI&nbsp;<i class="fa-solid fa-desktop"></i></small>4080 <input id="movingUImode" type="checkbox" />
4081 </label>4081 <small data-i18n="Movable UI Panels">MovingUI&nbsp;<i class="fa-solid fa-desktop"></i></small>
4082 </label>
4083 <div data-newbie-hidden id="movingUIreset" title="Reset MovingUI panel sizes/locations." class="menu_button margin0" data-i18n="[title]Reset MovingUI panel sizes/locations."><i class=" fa-solid fa-recycle margin-r5"></i> Reset</div>
4084 </div>
4082 <div data-newbie-hidden id="MovingUI-presets-block" class="flex-container alignitemscenter">4085 <div data-newbie-hidden id="MovingUI-presets-block" class="flex-container alignitemscenter">
4083 <div class="flex-container alignItemsFlexEnd">4086 <div class="flex-container alignItemsFlexEnd">
4084 <label for="movingUIPresets" title="MovingUI preset. Predefined/saved draggable positions." data-i18n="[title]MovingUI preset. Predefined/saved draggable positions">4087 <label for="movingUIPresets" title="MovingUI preset. Predefined/saved draggable positions." data-i18n="[title]MovingUI preset. Predefined/saved draggable positions">
4085 <small data-i18n="MUI Preset">MUI Preset:</small>4088 <small data-i18n="MUI Preset">MovingUI Preset:</small>
4086 <div class="flex-container flexnowrap">4089 <div class="flex-container flexnowrap">
4087 <select id="movingUIPresets" class="widthNatural flex1 margin0">4090 <select id="movingUIPresets" class="widthNatural flex1 margin0">
4088 </select>4091 </select>
4089 </div>4092 </div>
4090 </label>4093 </label>
4091 <div id="movingui-preset-save-button" title="Save changes to a new MovingUI preset file." data-i18n="[title]Save movingUI changes to a new file" class="menu_button margin0 fa-solid fa-save"></div>4094 <div id="movingui-preset-save-button" title="Save changes to a new MovingUI preset file." data-i18n="[title]Save movingUI changes to a new file" class="menu_button margin0 fa-solid fa-save"></div>
4092 <div data-newbie-hidden id="movingUIreset" title="Reset MovingUI panel sizes/locations." class="menu_button fa-solid fa-recycle margin0" data-i18n="[title]Reset MovingUI panel sizes/locations."></div>
4093 </div>4095 </div>
4094 </div>4096 </div>
4095 <div data-newbie-hidden id="CustomCSS-block" class="flex-container flexFlowColumn">4097 <div data-newbie-hidden id="CustomCSS-block" class="flex-container flexFlowColumn">
@@ -6556,4 +6558,4 @@
6556 </script>6558 </script>
6557</body>6559</body>
65586560
6559</html>6561</html>
\ No newline at end of file6561 \ No newline at end of file