Skip to content

fix: make delay unit not editable

Kristen McWilliam requested to merge (removed):fix-editable-labels into master

Currently the user can select and edit the delay units in the config, leading them to believe that they can change "minutes" to "seconds" or "hours". This is not the case, and causes confusion.

See this reddit thread for reference of the confusion: https://old.reddit.com/r/kde/comments/tpvp5h/why_such_an_arbitrary_number_for_allow_unlocking/

This change makes them labels that cannot be edited, now only the numeric value can be edited.

This change makes them ComboBox components instead, with an optional Custom entry for the user to specify any time desired.

BUG: 477324 FIXED-IN: 6.1

Before:

image.png

After:

image

Edited by Kristen McWilliam

Merge request reports