Skip to content

Commit

Permalink
Update auto dj fade mode tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Oct 8, 2024
1 parent fad5b9d commit 55a893a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/library/autodj/dlgautodj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,11 @@ DlgAutoDJ::DlgAutoDJ(WLibrary* parent,
"Skip Silence:\n"
"Play the whole track except for silence at the beginning and end.\n"
"Begin crossfading from the selected number of seconds before the\n"
"last sound.");
"last sound.\n"
"\n"
"Skip Silence:\n"
"The same as Skip Silence, but starting transitions with a centered\n"
"crossfader, so that the intro starts at full volume.\n");

pushButtonFadeNow->setToolTip(fadeBtnTooltip);
pushButtonSkipNext->setToolTip(skipBtnTooltip);
Expand Down

0 comments on commit 55a893a

Please sign in to comment.