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
If Clock is enabled on desktop, it draws on power menu and up arrow shortcut menu.
I added this code to gui.c to fix.
static void gui_redraw_status_bar(Gui* gui, bool need_attention) { ViewPortArray_it_t it; uint8_t left_used = 0; uint8_t right_used = 0; uint8_t left_slim_used = 0; uint8_t right_slim_used = 0; uint8_t top_used = 0; uint8_t width;
//We dont want to draw the status bar if its hidden. if(gui->hide_statusbar_count > 0) { return; }
No response
The text was updated successfully, but these errors were encountered:
Thank you! Will add
Sorry, something went wrong.
New BLE Spam app is in the latest RM build and coming to Public Release tonight!
No branches or pull requests
Describe the bug.
If Clock is enabled on desktop, it draws on power menu and up arrow shortcut menu.
I added this code to gui.c to fix.
static void gui_redraw_status_bar(Gui* gui, bool need_attention) {
ViewPortArray_it_t it;
uint8_t left_used = 0;
uint8_t right_used = 0;
uint8_t left_slim_used = 0;
uint8_t right_slim_used = 0;
uint8_t top_used = 0;
uint8_t width;
Reproduction
Target
No response
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: