mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34: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);
|
||||
center.x -= ImGui::GetTextLineHeight() * 2.f;
|
||||
ImGui::SetCursorScreenPos(top + center);
|
||||
ImGui::Text("Nothing selected");
|
||||
ImGui::Text("Nothing to play");
|
||||
ImGui::PopFont();
|
||||
ImGui::PopStyleColor(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user