See previous
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user