perform case insensitive searching by default
This commit is contained in:
@@ -26,7 +26,7 @@ extern Menu<Song> *mPlaylist;
|
|||||||
extern Menu< std::pair<string, Song> > *mSearcher;
|
extern Menu< std::pair<string, Song> > *mSearcher;
|
||||||
|
|
||||||
bool search_match_to_pattern = 1;
|
bool search_match_to_pattern = 1;
|
||||||
bool search_case_sensitive = 1;
|
bool search_case_sensitive = 0;
|
||||||
|
|
||||||
string SearchEngineDisplayer(const std::pair<string, Song> &pair, void *, const Menu< std::pair<string, Song> > *)
|
string SearchEngineDisplayer(const std::pair<string, Song> &pair, void *, const Menu< std::pair<string, Song> > *)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user