From 89d093e159eccaa58b7d3dbc3d00c256946637f2 Mon Sep 17 00:00:00 2001 From: Jaime Idolpx Date: Thu, 11 Jun 2026 15:06:52 -0400 Subject: [PATCH] feat(IECPage): rename boot_disk to autoboot for clarity in configuration --- src/app/components/IECPage.tsx | 10 +++++----- src/imports/config.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/components/IECPage.tsx b/src/app/components/IECPage.tsx index c99cd61..3065588 100644 --- a/src/app/components/IECPage.tsx +++ b/src/app/components/IECPage.tsx @@ -90,12 +90,12 @@ export default function IECPage({ config, setConfig }: IECPageProps) {
- +
updateSetting(['iec', 'boot_disk'], e.target.value)} + value={iec.autoboot || ''} + onChange={(e) => updateSetting(['iec', 'autoboot'], e.target.value)} className="flex-1 px-3 py-2 border border-neutral-300 rounded-lg" />