See previous

This commit is contained in:
2019-03-25 23:00:41 +01:00
parent 9cc08ff10b
commit 1fbcaacd63

View File

@@ -10,7 +10,7 @@ namespace PlantBox.Client.Models
class Settings class Settings
{ {
[JsonConverter(typeof(JsonCultureInfoConverter))] [JsonConverter(typeof(JsonCultureInfoConverter))]
public CultureInfo Language { get; set; } = new CultureInfo("en-US"); public CultureInfo Language { get; set; } = CultureInfo.CurrentCulture;
public bool NotificationsDisabled { get; set; } = false; public bool NotificationsDisabled { get; set; } = false;
public bool NotificationsMuted { get; set; } = false; public bool NotificationsMuted { get; set; } = false;