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"
/>