mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 09:57:00 +02:00
The selected option was stored in a captured stack variable which was long gone by the time we looked at it, so this dialog didn't really behave the way you'd expect. Put it in a member instead. :^)