From 984d61d0818c8a1ab01f4cd1a83c0284a6b840a9 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 23 Jul 2022 18:53:49 -0500 Subject: [PATCH] GUI: update song information --- src/gui/songInfo.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/songInfo.cpp b/src/gui/songInfo.cpp index 41ec082ac..9cdf508a9 100644 --- a/src/gui/songInfo.cpp +++ b/src/gui/songInfo.cpp @@ -229,6 +229,8 @@ void FurnaceGUI::drawSongInfo() { } ImGui::EndTable(); } + + ImGui::TextWrapped("if this feels incomplete, go to Subsongs.\nthe outcome of this Song Information window will be determined by a poll on the Furnace Discord."); } if (ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows)) curWindow=GUI_WINDOW_SONG_INFO; ImGui::End();