Browse Source

Fix InfoLabel text color when switching UI themes.

tags/v2.3.0
Andrew Belt 1 year ago
parent
commit
13aad032f4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/app/MenuBar.cpp

+ 2
- 0
src/app/MenuBar.cpp View File

@@ -936,6 +936,8 @@ struct InfoLabel : ui::Label {

text += APP_NAME + " " + APP_EDITION_NAME + " " + APP_VERSION + " " + APP_OS_NAME + " " + APP_CPU_NAME;

color = bndGetTheme()->menuTheme.textColor;

Label::step();
}
};


Loading…
Cancel
Save