mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-10 17:12:33 +00:00
Feature: Changed default name of Auto Update initiative item from "New round" to "Round end"
- This has been done to match the language used for similar features (Round end ailments for example)
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<input type="checkbox" name="attr_loopEnabled" value="true" hidden="true">
|
||||
<input type="number" name="attr_configLoopDelay" value="10000" hidden="true">
|
||||
<input type="number" name="attr_configUpdateDelay" value="1000" hidden="true">
|
||||
<input type="text" name="attr_configTrackerItemName" value="New round" hidden="true">
|
||||
<input type="text" name="attr_configTrackerItemName" value="Round end" hidden="true">
|
||||
|
||||
<label for="AutoDetect"><input type="checkbox" id="AutoDetect" name="attr_settingAutoDetect" value="true" checked><span data-i18n="settings-detect">Auto: Detect combat states</span></label>
|
||||
|
||||
@@ -10705,7 +10705,7 @@ function getSectionIDsAsync(sectionName){
|
||||
|
||||
/* Update Loop begins */
|
||||
let loopDelay = 10000;
|
||||
let trackerItemName = "New round";
|
||||
let trackerItemName = "Round end";
|
||||
on('sheet:opened change:settingLoopEnabled change:configLoopDelay change:configTrackerItemName change:prevRoundInitAttempts', (info) => {
|
||||
getAttrs(["settingLoopEnabled", "configLoopDelay", "configTrackerItemName"], function(values) {
|
||||
setAttrs({"loopEnabled":"false"});
|
||||
|
||||
Reference in New Issue
Block a user