-
-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
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
Missing Ellipsis in Menu Items #4969
Comments
You will have to revise all the items in all the menus to solve this problem. Even in the screenshot at the beginning of the topic you can make the following changes: In any case, if you do this, don't forget the recommendations for Windows as well. This one or maybe this one. |
I made some progress on this, however some string literals (like Open in streamlink) are |
In my opinion, you can define the constants in the file they're used in (or you can inline them). So, for example, Open in streamlink… should be defined in You can define a constant QString like this: If you don't need the full string or want to add something (e.g. you want to call |
Checklist
Describe your issue
The split menu (when right-clicking on the split header or clicking on the kebab menu) contains an entry called Set filters, which opens a dialog to configure the filters. As per Apple's Human Interface Guidelines, it should have an ellipsis character added to signify that a dialog requiring user action will open. It should be Set Filters… although as Chatterino doesn't seem to use title case, it should be Set filters….
Screenshots
OS and Chatterino Version
Chatterino 2.4.6 (commit 5693927) built with Qt 6.5.0, MSVC 193732825
The text was updated successfully, but these errors were encountered: