feature: disable postpone and skip buttons while shortcuts are disabled#731
feature: disable postpone and skip buttons while shortcuts are disabled#731deltragon wants to merge 3 commits intoslgobinath:masterfrom
Conversation
|
I've opened this as a draft because I am unsure about this. |
|
I always viewed the disabled keyboard shortcuts for n seconds feature as a primarily self-control feature, and only secondarily to prevent accidental keystrokes, so, this PR should definitely be part of the program. |
813aba1 to
eabfd22
Compare
|
Well, if others agree, I'm certainly open to merging this. Rebased and fixed the typos. |
|
Please tell me what I should look for when I test this |
|
The mouse shouldn't be able to click the skip and postpone button on the break screen until the seconds specified in the second-to-last setting in the Settings. I personally use this patch and works well on my end. |
Description
Resolves #566.
This PR locks the Skip/Postpone button as well while the keyboard shortcuts are disabled.
It also greys out the buttons, and removes the hover style to signal that they are non-interactive.