Skip to content

Commit 063866f

Browse files
committed
ppl cant read
1 parent d5e4554 commit 063866f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/ui/SongListLayer.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,13 @@ bool SongListLayer::setup(const std::string&) {
280280
"Yellow = <cy>favorited</c> song. Green = <cg>current</c> song.\n"
281281
"Italicized = NG/ML song from unexpected path. Gradient = Jukebox (NONG).\n"
282282
"You can <cl>shuffle songs</c>, <cl>copy the current song's name</c>,\n"
283-
"<cl>go back one song</c>, and <cl>reopen the control panel</c>.\n\n"
283+
"<cl>go back one song</c>, and <cl>reopen the control panel</c>.\n"
284284
"<cy>Q: I'm seeing numbers for most of my songs?!</c>\n"
285-
"A: Someone probably goofed up, which is out of my reach.\n\n"
285+
"A: Someone probably goofed up, which is out of my reach.\n"
286286
"<cy>Q: Make this mod act more closely to Spotify!</c>\n"
287-
"A: <c_>No. Never.</c>",
287+
"A: Someone probably goofed up, which is out of my reach.\n"
288+
"<cy>Q: Where is the search bar and song sorting options?\n"
289+
"A: <c_>Please install \"Better Touch Prio\" by alk1m123 and undefined0.</c>",
288290
.75f
289291
);
290292
infoMenu->addChildAtPosition(infoBtn, geode::Anchor::Center);

0 commit comments

Comments
 (0)