Smart hit assignation and chain monitoring
This commit is contained in:
@@ -91,6 +91,17 @@
|
||||
<button class="config-save-btn" data-key="REASSIGN_DELAY">Save</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Chain Timer Settings Section -->
|
||||
<div class="faction-card small config-section">
|
||||
<h2>Chain Timer Settings</h2>
|
||||
<div class="config-group">
|
||||
<label for="chain-timer-threshold">Chain Timer Threshold (minutes)</label>
|
||||
<p class="config-description">Start assigning hits when chain timer is at or below this many minutes</p>
|
||||
<input type="number" id="chain-timer-threshold" class="config-input" />
|
||||
<button class="config-save-btn" data-key="CHAIN_TIMER_THRESHOLD">Save</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user