Revert changes to WI active status

723145f203e2fef624e4bc9d95109fa43537ada2

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +3 -3Showing whitespace changes
public/index.html+3 -3
@@ -5291,10 +5291,11 @@
52915291 <div class="world_entry">
52925292 <form class="world_entry_form wi-card-entry">
52935293 <div class="inline-drawer wide100p">
52945294 <div class="inline-drawer-toggle inline-drawer-header gap5px padding0">
52955295 <span class="drag-handle">&#9776;</span>
52965296 <div class="gap5px world_entry_thin_controls wide100p alignitemscenter">
52975297 <div class="inline-drawer-toggle fa-fw fa-solid fa-circle-chevron-down inline-drawer-icon down"></div>
5298+ <div class="fa-solid fa-toggle-on killSwitch" name="entryKillSwitch" title="Toggle entry's active state."></div>
52985299 <div class="flex-container alignitemscenter wide100p">
52995300 <div class="WIEntryTitleAndStatus flex-container flex1 alignitemscenter">
53005301 <div class="flex-container flex1">
@@ -5305,7 +5306,6 @@
53055306 <option value="constant" title="Constant" data-i18n="[title]WI_Entry_Status_Constant">🔵</option>
53065307 <option value="normal" title="Normal" data-i18n="[title]WI_Entry_Status_Normal">🟢</option>
53075308 <option value="vectorized" title="Vectorized" data-i18n="[title]WI_Entry_Status_Vectorized">🔗</option>
5308- <option value="disabled" title="Disabled" data-i18n="[title]WI_Entry_Status_Disabled">❌</option>
53095309 </select>
53105310 </div>
53115311 <div class="WIEnteryHeaderControls flex-container">