Update to MvvmCross 8; Replace SteamfrontendAPI with fork to fix DLC issues; code refactoring
This commit is contained in:
parent
991f52e87e
commit
95361440f6
12 changed files with 89 additions and 35 deletions
|
@ -3,11 +3,11 @@ using System.Collections.ObjectModel;
|
|||
|
||||
namespace auto_creamapi.Utils
|
||||
{
|
||||
public class Misc
|
||||
public static 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[]
|
||||
public static readonly ObservableCollection<string> DefaultLanguages = new(new[]
|
||||
{
|
||||
"arabic",
|
||||
"bulgarian",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue