You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the lyrics, I had one problem : when we have skip to lyric option turned off, we still can press the lyrics (and I use press to show and close lyrics)
Suggested Solution
My C# teacher always said "If it c'ant be visible or touched by the user, then it is disabled".
Explanation : If we disable the text collision, instead of the action done by it being pressed, we could press anywhere to close the lyrics
Alternatives
I think that the collision could also have the same size as the text, that way we can press on the corners to close.
Also a "X" button could be present at the top left to easily close it without the button if it is disabled.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Description
When using the lyrics, I had one problem : when we have skip to lyric option turned off, we still can press the lyrics (and I use press to show and close lyrics)
Suggested Solution
My C# teacher always said "If it c'ant be visible or touched by the user, then it is disabled".
Explanation : If we disable the text collision, instead of the action done by it being pressed, we could press anywhere to close the lyrics
Alternatives
I think that the collision could also have the same size as the text, that way we can press on the corners to close.
Also a "X" button could be present at the top left to easily close it without the button if it is disabled.
Additional Context
No response
The text was updated successfully, but these errors were encountered: