make blocking search constraints change after successful searching optional
it's still enabled by default though.
This commit is contained in:
@@ -1206,7 +1206,7 @@ int main(int argc, char *argv[])
|
||||
Config.stop_after_current_song = !Config.stop_after_current_song;
|
||||
ShowMessage("Stop playing after current song: %s", Config.stop_after_current_song ? "on" : "off");
|
||||
}
|
||||
else if (myScreen == mySearcher)
|
||||
else if (myScreen == mySearcher && !mySearcher->Main()->isStatic(0))
|
||||
{
|
||||
mySearcher->Main()->Highlight(SearchEngine::SearchButton);
|
||||
mySearcher->Main()->Highlighting(0);
|
||||
|
||||
Reference in New Issue
Block a user