diff --git a/dicom-viewer/src/App.tsx b/dicom-viewer/src/App.tsx
index 93fbcec..cdfaa4c 100644
--- a/dicom-viewer/src/App.tsx
+++ b/dicom-viewer/src/App.tsx
@@ -2555,6 +2555,39 @@ function App({ container_id, imageStacks, autoCacheStack, annotationJson, viewer
}}
onClick={e => e.stopPropagation()} // <-- prevent bubbling to viewport
>
+
{WINDOW_LEVEL_PRESETS.map((preset) => (