Improved search performance
Pressing enter in the game name field now also starts a search.
This commit is contained in:
parent
201e122e8b
commit
1042923249
6 changed files with 75 additions and 69 deletions
|
@ -5,7 +5,7 @@ namespace auto_creamapi.Utils
|
|||
{
|
||||
public class Misc
|
||||
{
|
||||
|
||||
public const string SpecialCharsRegex = "[^0-9a-zA-Z]+";
|
||||
public const string DefaultLanguageSelection = "english";
|
||||
public static readonly ObservableCollection<string> DefaultLanguages = new ObservableCollection<string>(new[]
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue