Player empty message more meaningful

This commit is contained in:
Bruno Herbelin
2022-04-10 00:50:56 +02:00
parent aae1915519
commit d314f1bae2

View File

@@ -2966,7 +2966,7 @@ void SourceController::RenderSelectedSources()
ImGuiToolkit::PushFont(ImGuiToolkit::FONT_ITALIC);
center.x -= ImGui::GetTextLineHeight() * 2.f;
ImGui::SetCursorScreenPos(top + center);
ImGui::Text("Nothing selected");
ImGui::Text("Nothing to play");
ImGui::PopFont();
ImGui::PopStyleColor(1);