Skip to content

Commit

Permalink
display red text only when on "none"
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabxx committed Nov 20, 2023
1 parent 1257c04 commit 2bc4af3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ui/xui/main-menu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -988,9 +988,10 @@ void MainMenuSystemView::Draw()
if (m_dirty) {
ImGui::TextColored(ImVec4(1,0,0,1), "Application restart required to apply settings");
}

ImGui::TextColored(ImVec4(1,0,0,1), "Setting AV Pack to NONE disables video output.");


if ((int)g_config.sys.avpack == 6) {
ImGui::TextColored(ImVec4(1,0,0,1), "Setting AV Pack to NONE disables video output.");
}

SectionTitle("System Configuration");

Expand Down

0 comments on commit 2bc4af3

Please sign in to comment.