We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
When enabling the Winamp-like UI, you can see those little buttons:
Some of them act as checkboxes/toggles: A = above all windows, I = ???, D = double UI scale.
A
I
D
But the problem is that it's normally impossible to see whether the toggle is enabled.
But if you click and hold one of the buttons, it temporarily shows the state of all buttons (so the code to show it is clearly there):
Steps to reproduce
Open the Winamp-like UI and try clicking those little buttons.
Expected behavior
The current state of the button (enabled/disabled) is always shown, not only when you click on it.
Additional information
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When enabling the Winamp-like UI, you can see those little buttons:
Some of them act as checkboxes/toggles:
A
= above all windows,I
= ???,D
= double UI scale.But the problem is that it's normally impossible to see whether the toggle is enabled.
But if you click and hold one of the buttons, it temporarily shows the state of all buttons (so the code to show it is clearly there):
Steps to reproduce
Open the Winamp-like UI and try clicking those little buttons.
Expected behavior
The current state of the button (enabled/disabled) is always shown, not only when you click on it.
Additional information
The text was updated successfully, but these errors were encountered: