-
Notifications
You must be signed in to change notification settings - Fork 1k
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
No focus on new messages if auto-carousel is off #5881
No focus on new messages if auto-carousel is off #5881
Conversation
I still need to build and test it on the node, but something like this should work fine, hopefully. |
I suspect that the raspbian checks are broken... Queued for almost 5 hours... |
This messes up all standalone nodes that rely on the message screen to know there was a message received like the Tdeck. Before when a message was received it would turn the screen on and focus on the message screen, now I have to manually cycle to see and guess if I receive a message. This need to be rethought |
This reverts commit 0f98115.
Often, I need to monitor a specific screen on my node, so I disable the auto-screen carousel. However, every time a new message arrives, it gets focused, forcing me to cycle back manually. To avoid this, I implemented a check: if the carousel is disabled, it no longer focuses on new messages.