Skip to content

Commit 78e3d83

Browse files
fix(ui): Missing temporal press in reset settings
1 parent c197177 commit 78e3d83

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/kitten-scientists/source/ui/ResetTimeSettingsUi.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ export class ResetTimeSettingsUi extends IconSettingsPanel<ResetTimeSettings> {
3939
),
4040
this._getResetOption(
4141
this.setting.buildings.ressourceRetrieval,
42-
this._host.engine.i18n("$time.cfu.ressourceRetrieval.label"),
42+
this._host.engine.i18n("$time.cfu.ressourceRetrieval.label")
43+
),
44+
this._getResetOption(
45+
this.setting.buildings.temporalPress,
46+
this._host.engine.i18n("$time.cfu.temporalPress.label"),
4347
true
4448
),
4549

0 commit comments

Comments
 (0)