-
Notifications
You must be signed in to change notification settings - Fork 1.8k
System message variable display time + setting option #6850
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
System message variable display time + setting option #6850
Conversation
|
Tested in flight and works as expected. With a 25 character message as the longest message being displayed a setting time of 1000ms was increased to 1666ms. |
|
What is the display time of the shortest message? |
|
The display time for all messages, regardless of length, increases when one of the messages is > 15 characters. If no message is > 15 characters then display time is fixed at the setting display time (default 1000ms, same as current time). The setting has a minimum limit of 500ms. This change doesn't vary the display time per message as was suggested in the linked Issue simply because it's not easy to do given the way the message cycling is set up overall, So this is a compromise solution. |
|
@breadoven @DzikuVx Any chance of this being merged? Given the ever increasing number of System Messages and their length, with little time to read and comprehend what just flashed before our eyes. |
|
Didn't think there was that much interest in this given it's a compromise and maybe not much of an issue for most people anyway. Still it does work so could be merged once updated to fix the conflicts. |
Closes #6725.
Provides setting for system message display time when multiple messages present. Also incrementally increases message display time for messages longer than 15 characters. Will double display time for messages 30 characters long. Variable time only works when armed.