fix webui translations + reorder config
All checks were successful
Build / build (pull_request) Successful in 59s

This commit is contained in:
Gian 2025-09-28 14:53:29 -03:00
parent 3f55544875
commit e051ce2709
3 changed files with 3 additions and 3 deletions

View File

@ -34,11 +34,11 @@
"wolfHunt": false,
"orphixVenom": false,
"longShadow": false,
"naberusNightsOverride": null,
"hallowedFlame": false,
"anniversary": null,
"hallowedNightmares": false,
"hallowedNightmaresRewardsOverride": 0,
"naberusNightsOverride": null,
"proxyRebellion": false,
"proxyRebellionRewardsOverride": 0,
"galleonOfGhouls": 0,

View File

@ -44,11 +44,11 @@ export interface IConfig {
wolfHunt?: boolean;
orphixVenom?: boolean;
longShadow?: boolean;
naberusNightsOverride?: boolean;
hallowedFlame?: boolean;
anniversary?: number;
hallowedNightmares?: boolean;
hallowedNightmaresRewardsOverride?: number;
naberusNightsOverride?: boolean;
proxyRebellion?: boolean;
proxyRebellionRewardsOverride?: number;
galleonOfGhouls?: number;

View File

@ -1208,7 +1208,7 @@
</div>
</div>
<div class="form-group mt-2">
<label class="form-label" for="worldState.naberusNightsOverride" data-loc="worldState_naberusNightsOverride"></label>
<label class="form-label" for="worldState.naberusNightsOverride" data-loc="worldState_naberusNights"></label>
<select class="form-control" id="worldState.naberusNightsOverride" data-default="null">
<option value="null" data-loc="normal"></option>
<option value="true" data-loc="enabled"></option>