mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 19:06:55 +02:00
To align the cursor theme tab to how DisplaySettings themes tab works, this change forces the theme combo box to not allow free-text. Currently on a click it puts the text cursor in the box to allow typing anything rather than acting as a dropdown when clicking anywhere on the field. Fixes #24306