mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 11:19:58 +01:00
Player empty message more meaningful
This commit is contained in:
@@ -2966,7 +2966,7 @@ void SourceController::RenderSelectedSources()
|
|||||||
ImGuiToolkit::PushFont(ImGuiToolkit::FONT_ITALIC);
|
ImGuiToolkit::PushFont(ImGuiToolkit::FONT_ITALIC);
|
||||||
center.x -= ImGui::GetTextLineHeight() * 2.f;
|
center.x -= ImGui::GetTextLineHeight() * 2.f;
|
||||||
ImGui::SetCursorScreenPos(top + center);
|
ImGui::SetCursorScreenPos(top + center);
|
||||||
ImGui::Text("Nothing selected");
|
ImGui::Text("Nothing to play");
|
||||||
ImGui::PopFont();
|
ImGui::PopFont();
|
||||||
ImGui::PopStyleColor(1);
|
ImGui::PopStyleColor(1);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user